Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed Jun 18, 2022
1 parent fb18f5d commit fb903d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ This repository contains source code of Replay Mod for [Among Us](https://store.
| v2020.12.9s | 0.6.5 - 0.6.5 |
| v2021.3.5s | 0.7.0 |
| v2021.4.12s | 0.7.1 |
| **v2022.3.29s** | **0.8.0** |
| **v2022.3.29s** | **≥0.8.0** |
| **v2020.4.19e** | **≥0.8.1** |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion source/utils/mod_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ enum class game_version {
namespace mod_info {

constexpr std::string_view name = "Replay Mod";
constexpr std::string_view version = "0.8.0"; // do not forget about README!
constexpr std::string_view version = "0.8.1"; // do not forget about README!

game_version get_game_version();

Expand Down

0 comments on commit fb903d6

Please sign in to comment.