Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharris committed Apr 10, 2018
1 parent d3edb0d commit 437dc54
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 = 0;
static const std::uint32_t date = 0x20180404;
static const unsigned int subMinor = 1;
static const std::uint32_t date = 0x20180410;

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

0 comments on commit 437dc54

Please sign in to comment.