From 243acd2d4f23225787c6b3068e925d795336377d Mon Sep 17 00:00:00 2001 From: aMannus Date: Wed, 22 Oct 2025 11:57:46 +0200 Subject: [PATCH] Version to 0.0.4 --- soh/soh/Network/Archipelago/Archipelago.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Network/Archipelago/Archipelago.h b/soh/soh/Network/Archipelago/Archipelago.h index 8bc2bb364..7971c254b 100644 --- a/soh/soh/Network/Archipelago/Archipelago.h +++ b/soh/soh/Network/Archipelago/Archipelago.h @@ -16,7 +16,7 @@ static constexpr int MAX_PLAYER_NAME_LENGHT = 17; static constexpr int MAX_PASSWORD_LENGTH = 32; static constexpr char const* AP_GAME_NAME = "Ship of Harkinian"; -static constexpr char const* AP_WORLD_VERSION = "0.0.3"; +static constexpr char const* AP_WORLD_VERSION = "0.0.4"; static constexpr int MAX_RETRIES = 3; } // namespace AP_Client_consts