From 5e016d686452430ebe9254d6f257a5e9e697a96e Mon Sep 17 00:00:00 2001 From: aMannus Date: Tue, 21 Oct 2025 00:43:38 +0200 Subject: [PATCH] Push version change --- 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 19eb6f6ac..9afc9ad0d 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.1"; +static constexpr char const* AP_WORLD_VERSION = "0.0.2"; static constexpr int MAX_RETRIES = 3; } // namespace AP_Client_consts