diff options
| author | tpart <tpart120@proton.me> | 2026-03-01 00:18:47 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-03-01 00:18:47 +0100 |
| commit | 453684af1095c1fd90aaa56c069184b921c02448 (patch) | |
| tree | 6908715045c50d3d17ba15ef943e178d80933cb5 /server/protocol | |
| parent | 9a5936093a9fb99ddb3e6959f72d9c612638f76d (diff) | |
| download | hurrycurry-453684af1095c1fd90aaa56c069184b921c02448.tar hurrycurry-453684af1095c1fd90aaa56c069184b921c02448.tar.bz2 hurrycurry-453684af1095c1fd90aaa56c069184b921c02448.tar.zst | |
Bump protocol version
Diffstat (limited to 'server/protocol')
| -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 f439f4fd..07acdeaf 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "12.0.0" +version = "13.0.0" edition = "2024" [dependencies] |