diff --git a/ParkourGame/Source/ParkourGame/Private/Utils/GameVersion.h b/ParkourGame/Source/ParkourGame/Private/Utils/GameVersion.h index a72b405..756d1d0 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 5 +#define GAME_VERSION_MINOR 6 #define GAME_VERSION_PATCH 0 USTRUCT(BlueprintType)