aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
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 57dcad6c..add1329f 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-server"
-version = "2.3.5"
+version = "3.0.0"
edition = "2024"
default-run = "hurrycurry-server"
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index 94170510..c8717986 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-bot"
-version = "2.3.5"
+version = "3.0.0"
edition = "2024"
[dependencies]
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml
index 17a3b259..47a75e7e 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.5"
+version = "3.0.0"
edition = "2024"
[dependencies]
diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml
index c41f574c..f09584f7 100644
--- a/server/discover/Cargo.toml
+++ b/server/discover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-discover"
-version = "2.3.5"
+version = "3.0.0"
edition = "2024"
[dependencies]
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml
index ba65f7ca..8c5ad971 100644
--- a/server/registry/Cargo.toml
+++ b/server/registry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-registry"
-version = "2.3.5"
+version = "3.0.0"
edition = "2024"
[dependencies]