diff --git a/projects/mtg/src/GameStateMenu.cpp b/projects/mtg/src/GameStateMenu.cpp index f1c39e00d..193f7842d 100644 --- a/projects/mtg/src/GameStateMenu.cpp +++ b/projects/mtg/src/GameStateMenu.cpp @@ -16,7 +16,7 @@ #include "../include/utils.h" #include "../include/WFont.h" -static const char* GAME_VERSION = "WTH?! 0.13.0 - by wololo"; +static const char* GAME_VERSION = "WTH?! 0.13.1 - by wololo"; #define DEFAULT_ANGLE_MULTIPLIER 0.4f #define MAX_ANGLE_MULTIPLIER (3*M_PI)