diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-27 16:00:04 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-27 16:00:10 +0100 |
commit | 897ed6e3df0727f838da034a3dae298a9162fc42 (patch) | |
tree | 0d2860a9958585df1e71a4e5beda868149730f70 /server/client-lib | |
parent | 3138918e4fb556a9f45ace7d194a5d91e8427323 (diff) | |
download | hurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar hurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar.bz2 hurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar.zst |
set game version numbers
Diffstat (limited to 'server/client-lib')
-rw-r--r-- | server/client-lib/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml index 517dbba0..f1ac5ddf 100644 --- a/server/client-lib/Cargo.toml +++ b/server/client-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-client-lib" -version = "0.1.0" +version = "2.2.1" edition = "2021" [dependencies] |