diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-20 20:54:07 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-20 20:54:07 +0100 |
commit | 1f11c6f760a2787ffde6321fed787a6f62c24ce8 (patch) | |
tree | cead135eed185dd5758dfa3b5b8b00900f4baf63 /server/Cargo.toml | |
parent | 86f8aa6b83805bf204d92d91b61fd3a78f356db4 (diff) | |
download | hurrycurry-1f11c6f760a2787ffde6321fed787a6f62c24ce8.tar hurrycurry-1f11c6f760a2787ffde6321fed787a6f62c24ce8.tar.bz2 hurrycurry-1f11c6f760a2787ffde6321fed787a6f62c24ce8.tar.zst |
increment version
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 4f4ccc6e..c1cf89f4 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-server" -version = "2.2.1" +version = "2.3.0" edition = "2021" default-run = "hurrycurry-server" |