Skip to content

Commit

Permalink
bump version to 8.2.2-d
Browse files Browse the repository at this point in the history
  • Loading branch information
catriverr committed Aug 22, 2024
1 parent f48c15f commit ecad3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bin/gmeng.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ namespace Gmeng {
/// "-d" suffix means the version is a developer version, high unstability level
/// "-b" suffix means the version is a beta version, low unstability level but unpolished
/// "-c" suffix means the version is a coroded version, low to medium unstability level but specific methods will not perform as expected
static std::string version = "8.2.1-b";
static std::string version = "8.2.2-d";
enum color_t {
WHITE = 0,
BLUE = 1,
Expand Down

0 comments on commit ecad3e6

Please sign in to comment.