summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-17 21:42:20 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-17 21:42:20 +0000
commit2cbe2c9288e13e10bc0722848e824daacdbb4052 (patch)
treee1340cd3b231994c25c73aa06233385a21d7660d
parent4734379b23764aef4f4cb0dcfa315d256b9bae9d (diff)
Bump version to 2.1.3
-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 4080a03e..508e7b6f 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, 2};
-inline constexpr auto& GAME_VERSION_STR = "2.1.2";
+inline constexpr GameVersion GAME_VERSION{2, 1, 3};
+inline constexpr auto& GAME_VERSION_STR = "2.1.3";
} // namespace hg