Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
Smertig committed Oct 11, 2020
1 parent d68fec7 commit 7f2fb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/mod_info.hpp
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
namespace mod_info {

constexpr std::string_view name = "Replay Mod";
constexpr std::string_view version = "0.5.0";
constexpr std::string_view version = "0.5.1";
constexpr std::string_view compatible_game_version = "2020.9.22";

} // namespace mod_info

0 comments on commit 7f2fb00

Please sign in to comment.