diff --git a/ParkourGame/Source/ParkourGame/Private/Utils/GameVersion.h b/ParkourGame/Source/ParkourGame/Private/Utils/GameVersion.h index 749141d..c0f5437 100644 --- a/ParkourGame/Source/ParkourGame/Private/Utils/GameVersion.h +++ b/ParkourGame/Source/ParkourGame/Private/Utils/GameVersion.h @@ -5,7 +5,7 @@ #include "GameVersion.generated.h" #define GAME_VERSION_MAJOR 0 -#define GAME_VERSION_MINOR 8 +#define GAME_VERSION_MINOR 9 #define GAME_VERSION_PATCH 0 USTRUCT(BlueprintType)