diff --git a/cmd_version.h b/cmd_version.h index d997e4a..eff5b14 100644 --- a/cmd_version.h +++ b/cmd_version.h @@ -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) {}