summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-03-21 16:52:59 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-03-21 16:52:59 +0000
commitf3b9d95720d925d9c2c0afb35e621293abb44417 (patch)
tree36fb4958245d007427874a4991720acd72014716
parentbc8d68d49e2629b8ec2416b677bac31af6330677 (diff)
bump versionminor_fixes_204
-rw-r--r--include/SSVOpenHexagon/Global/Config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSVOpenHexagon/Global/Config.hpp b/include/SSVOpenHexagon/Global/Config.hpp
index 87c1df32..5c0e4197 100644
--- a/include/SSVOpenHexagon/Global/Config.hpp
+++ b/include/SSVOpenHexagon/Global/Config.hpp
@@ -24,7 +24,7 @@ class Trigger;
namespace hg::Config
{
-inline constexpr GameVersion GAME_VERSION{2, 0, 3};
+inline constexpr GameVersion GAME_VERSION{2, 0, 4};
void loadConfig(const std::vector<std::string>& mOverridesIds);
void resetConfigToDefaults();