Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharris committed Apr 19, 2024
1 parent ab280a8 commit f1487e8
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 = 2;
static const unsigned int minor = 0;
static const unsigned int subMinor = 14;
static const std::uint32_t date = 0x20230209;
static const unsigned int subMinor = 15;
static const std::uint32_t date = 0x20240419;

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

0 comments on commit f1487e8

Please sign in to comment.