summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-09 17:15:45 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-09 17:15:45 +0000
commit43c781bb86b491198a3464e27e28bf8f42315c86 (patch)
tree4872754d770f044a7d1ce05a3e100ad87ab460e1
parentc6cf8c112ed8a50d5900e0a9e2eb9f51c86fb53d (diff)
Bump version to 2.1.2
-rw-r--r--include/SSVOpenHexagon/Global/Version.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SSVOpenHexagon/Global/Version.hpp b/include/SSVOpenHexagon/Global/Version.hpp
index 6837b03a..4080a03e 100644
--- a/include/SSVOpenHexagon/Global/Version.hpp
+++ b/include/SSVOpenHexagon/Global/Version.hpp
@@ -43,7 +43,7 @@ struct GameVersion
}
};
-inline constexpr GameVersion GAME_VERSION{2, 1, 1};
-inline constexpr auto& GAME_VERSION_STR = "2.1.1";
+inline constexpr GameVersion GAME_VERSION{2, 1, 2};
+inline constexpr auto& GAME_VERSION_STR = "2.1.2";
} // namespace hg