Skip to content

Commit

Permalink
version bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharris committed Apr 19, 2018
1 parent 7e63870 commit 0e928c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class VersionCommand: public Command
public:
static const unsigned int major = 0;
static const unsigned int minor = 2;
static const unsigned int subMinor = 2;
static const std::uint32_t date = 0x20180410;
static const unsigned int subMinor = 3;
static const std::uint32_t date = 0x20180419;

public:
VersionCommand(const std::string& name): Command(name) {}
Expand Down

0 comments on commit 0e928c5

Please sign in to comment.