summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-04 19:23:25 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-04 19:23:25 +0000
commit0bad2a8e18baeaaba282196d6bd68bee5840f363 (patch)
treee9ddc5217053b7c99427348878cbbaa3c87fb9cc
parent6020e52ac919bbd4e1eb19085cdb2e9c15d45cad (diff)
Bump version to 2.1.1
-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 2839fa43..6837b03a 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, 0};
-inline constexpr auto& GAME_VERSION_STR = "2.1.0";
+inline constexpr GameVersion GAME_VERSION{2, 1, 1};
+inline constexpr auto& GAME_VERSION_STR = "2.1.1";
} // namespace hg