From 21585d84805d4118936ab49731dac4ff5f73392c Mon Sep 17 00:00:00 2001 From: dj1ch Date: Mon, 27 May 2024 21:47:15 -0700 Subject: [PATCH] update version --- minigotchi/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minigotchi/config.cpp b/minigotchi/config.cpp index acff05e..9796a43 100644 --- a/minigotchi/config.cpp +++ b/minigotchi/config.cpp @@ -60,7 +60,7 @@ std::string Config::session_id = "84:f3:eb:58:95:bd"; int Config::uptime = Config::time(); // define version(please do not change, this should not be changed) -std::string Config::version = "3.1.1-beta"; +std::string Config::version = "3.1.2-beta"; /** developer note: *