aboutsummaryrefslogtreecommitdiff
path: root/server/registry
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-04-07 23:32:42 +0200
committertpart <tpart120@proton.me>2025-04-07 23:32:42 +0200
commit35c24bb62710d06fc1739bfab2242e16290911a7 (patch)
tree20f133674a46c084d4f57c8d78f9a2111e80107c /server/registry
parenta51e4f60fcc03649529349227bbe2b28395eebc7 (diff)
downloadhurrycurry-35c24bb62710d06fc1739bfab2242e16290911a7.tar
hurrycurry-35c24bb62710d06fc1739bfab2242e16290911a7.tar.bz2
hurrycurry-35c24bb62710d06fc1739bfab2242e16290911a7.tar.zst
Fix incorrect version numbers in Cargo.toml files
Diffstat (limited to 'server/registry')
-rw-r--r--server/registry/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml
index 6f138709..9108f056 100644
--- a/server/registry/Cargo.toml
+++ b/server/registry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-registry"
-version = "2.3.0"
+version = "2.3.1"
edition = "2021"
[dependencies]