aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-08-08 21:50:12 +0200
committertpart <tpart120@proton.me>2025-08-08 21:50:12 +0200
commitb769632aeeac24cdab5f438eb6ea2e18fc26f6e5 (patch)
tree272318f54c48942b184131dd1d8ac9ea232e150d /server
parenta58fa3dea3ba5fe3095d4798280a711c77080015 (diff)
downloadhurrycurry-b769632aeeac24cdab5f438eb6ea2e18fc26f6e5.tar
hurrycurry-b769632aeeac24cdab5f438eb6ea2e18fc26f6e5.tar.bz2
hurrycurry-b769632aeeac24cdab5f438eb6ea2e18fc26f6e5.tar.zst
Bump version to 2.3.4v2.3.5
Diffstat (limited to 'server')
-rw-r--r--server/Cargo.toml2
-rw-r--r--server/bot/Cargo.toml2
-rw-r--r--server/client-lib/Cargo.toml2
-rw-r--r--server/discover/Cargo.toml2
-rw-r--r--server/registry/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 959ab35c..c12d5d9a 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-server"
-version = "2.3.4"
+version = "2.3.5"
edition = "2021"
default-run = "hurrycurry-server"
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index 24d34ada..7d265e92 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-bot"
-version = "2.3.4"
+version = "2.3.5"
edition = "2021"
[dependencies]
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml
index 8d6cf8b8..c1168a3d 100644
--- a/server/client-lib/Cargo.toml
+++ b/server/client-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-client-lib"
-version = "2.3.4"
+version = "2.3.5"
edition = "2021"
[dependencies]
diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml
index 65e146ce..9bf0ec11 100644
--- a/server/discover/Cargo.toml
+++ b/server/discover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-discover"
-version = "2.3.4"
+version = "2.3.5"
edition = "2021"
[dependencies]
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml
index 1e9ded65..f82a0ac4 100644
--- a/server/registry/Cargo.toml
+++ b/server/registry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-registry"
-version = "2.3.4"
+version = "2.3.5"
edition = "2021"
[dependencies]