diff options
author | tpart <tpart120@proton.me> | 2025-09-01 21:21:06 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-09-01 21:21:06 +0200 |
commit | fff592120f5c9ba1d57603229f774733872e70bd (patch) | |
tree | 884aade9e4f36fd083e60b4e1e16941784fa56a2 /server | |
parent | 96938c7350d70d1f4a695be2117ad0d50df6b51f (diff) | |
download | hurrycurry-fff592120f5c9ba1d57603229f774733872e70bd.tar hurrycurry-fff592120f5c9ba1d57603229f774733872e70bd.tar.bz2 hurrycurry-fff592120f5c9ba1d57603229f774733872e70bd.tar.zst |
Bump protocol minor version
Diffstat (limited to 'server')
-rw-r--r-- | server/protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml index 4e9235e7..db1615c7 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "10.0.0" +version = "10.1.0" edition = "2021" [dependencies] |