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 23, 2023
1 parent a877c7c commit 6f54b6e
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.3";
const std::string RELEASE_DATE = "23 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 6f54b6e

Please sign in to comment.