update UltimateBattleSnake to 4.2.0
Build and Push Docker Container / build-and-push (push) Successful in 1m12s

This commit is contained in:
2026-04-05 03:05:46 +02:00
parent 643f4b468e
commit 00d55b5419
2 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ SNAKE_REGISTRY = {
"BetterMasterSnake": "1.3.0",
"BestBattleSnake": "2.6.0",
"TrainedBattleSnake": "0.1.0",
"UltimateBattleSnake": "4.1.0",
"UltimateBattleSnake": "4.2.0",
}
def build_snake(selected_snake: str):