Skip to content

Commit

Permalink
bump version to 2.0.13 in prep for tagging it
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharris committed Feb 9, 2023
1 parent fe56984 commit a8d7a1f
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 = 12;
static const std::uint32_t date = 0x20230205;
static const unsigned int subMinor = 13;
static const std::uint32_t date = 0x20230209;

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

0 comments on commit a8d7a1f

Please sign in to comment.