diff --git a/cmd_version.h b/cmd_version.h index 40d956f..445ac7e 100644 --- a/cmd_version.h +++ b/cmd_version.h @@ -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) {}