Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Jul 20, 2023
1 parent 083bf46 commit 0a0c1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
namespace porytiles {

const std::string PROGRAM_NAME = "porytiles";
const std::string VERSION = "1.0.0-SNAPSHOT";
const std::string RELEASE_DATE = "---";
const std::string VERSION = "0.0.2";
const std::string RELEASE_DATE = "19 Jul 2023";

static void parseGlobalOptions(Config& config, int argc, char** argv);
static void parseSubcommand(Config& config, int argc, char** argv);
Expand Down

0 comments on commit 0a0c1e9

Please sign in to comment.