fix UltimateBattleSnake version in snake registry

This commit is contained in:
2026-04-05 16:48:45 +02:00
parent 4151810f1b
commit b9b02cf273
+1 -1
View File
@@ -8,7 +8,7 @@ SNAKE_REGISTRY = {
"BetterMasterSnake": "1.3.0", "BetterMasterSnake": "1.3.0",
"BestBattleSnake": "2.6.0", "BestBattleSnake": "2.6.0",
"TrainedBattleSnake": "0.1.0", "TrainedBattleSnake": "0.1.0",
"UltimateBattleSnake": "4.4.0", "UltimateBattleSnake": "4.5.0",
} }
def build_snake(selected_snake: str): def build_snake(selected_snake: str):