summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-24 23:19:54 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-24 23:19:54 +0000
commit78004099c51c41b81ae214b557f26ee4f421be35 (patch)
treeb52a1c1508fd3b47dffbec80741bffeae1876700
parent3c44f367af0f1976b0fca5dbfef7493e8b78bac7 (diff)
Bump version to 2.1.4
-rw-r--r--include/SSVOpenHexagon/Global/Version.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/SSVOpenHexagon/Global/Version.hpp b/include/SSVOpenHexagon/Global/Version.hpp
index 72d9e4f3..a3e4539f 100644
--- a/include/SSVOpenHexagon/Global/Version.hpp
+++ b/include/SSVOpenHexagon/Global/Version.hpp
@@ -43,8 +43,7 @@ struct GameVersion
}
};
-// TODO (P0): bump this version
-inline constexpr GameVersion GAME_VERSION{2, 1, 3};
-inline constexpr auto& GAME_VERSION_STR = "2.1.3";
+inline constexpr GameVersion GAME_VERSION{2, 1, 4};
+inline constexpr auto& GAME_VERSION_STR = "2.1.4";
} // namespace hg