Prepare v0.8.1-alpha release

This commit is contained in:
Alexander Sellite 2026-08-15 00:14:54 -04:00
parent 053d5af7f9
commit adc2c52d0b
5 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ VALID_ROOM = {
"port": 7777,
"current_players": 1,
"max_players": 8,
"game_version": "0.8.0-alpha",
"game_version": "0.8.1-alpha",
"protocol_version": 5,
}