diff --git a/.drone.yml b/.drone.yml
index a486d75..d96cf27 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -381,41 +381,41 @@ trigger:
   event:
   - tag
 
----
+# ---
 
-kind: pipeline
-type: docker
-name: publish-crate
-
-platform:
-  arch: amd64
-
-clone:
-  disable: true
-
-steps:
-- name: clone
-  image: alpine/git:latest
-  user: root
-  commands:
-  - git clone $DRONE_GIT_HTTP_URL .
-  - git checkout $DRONE_COMMIT
-  - chown -R 991:991 .
-
-- name: publish
-  image: asonix/rust-builder:latest-linux-amd64
-  pull: always
-  environment:
-    CRATES_IO_TOKEN:
-      from_secret: crates_io_token
-  commands:
-  - cargo publish --token $CRATES_IO_TOKEN
-
-depends_on:
-- build-amd64
-- build-arm64v8
-- build-arm32v7
-
-trigger:
-  event:
-  - tag
+# kind: pipeline
+# type: docker
+# name: publish-crate
+# 
+# platform:
+#   arch: amd64
+# 
+# clone:
+#   disable: true
+# 
+# steps:
+# - name: clone
+#   image: alpine/git:latest
+#   user: root
+#   commands:
+#   - git clone $DRONE_GIT_HTTP_URL .
+#   - git checkout $DRONE_COMMIT
+#   - chown -R 991:991 .
+# 
+# - name: publish
+#   image: asonix/rust-builder:latest-linux-amd64
+#   pull: always
+#   environment:
+#     CRATES_IO_TOKEN:
+#       from_secret: crates_io_token
+#   commands:
+#   - cargo publish --token $CRATES_IO_TOKEN
+# 
+# depends_on:
+# - build-amd64
+# - build-arm64v8
+# - build-arm32v7
+# 
+# trigger:
+#   event:
+#   - tag
diff --git a/Cargo.lock b/Cargo.lock
index 46a0089..ee3783f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -288,7 +288,7 @@ checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
 
 [[package]]
 name = "ap-relay"
-version = "0.3.21"
+version = "0.3.22-beta.0"
 dependencies = [
  "activitystreams",
  "activitystreams-ext",
diff --git a/Cargo.toml b/Cargo.toml
index 014aada..74fd029 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "ap-relay"
 description = "A simple activitypub relay"
-version = "0.3.21"
+version = "0.3.22-beta.0"
 authors = ["asonix <asonix@asonix.dog>"]
 license-file = "LICENSE"
 readme = "README.md"