Skip to content

Commit

Permalink
Update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
ldicker83 committed Mar 24, 2021
1 parent fd274a7 commit cfd494f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OPHD/Constants/Strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace constants
// =====================================
// = MISCELLANEOUS
// =====================================
const std::string VERSION = "v0.8.1";
const std::string VERSION = "v0.8.2";
const std::string EMPTY_STR = ""; /**< Used in a few places to return an empty string without having to create one. */

const std::string TILE_INDEX_TRANSLATION_BULLDOZED = "Bulldozed";
Expand Down

0 comments on commit cfd494f

Please sign in to comment.