From 0e928c51ded17c124b3b19114e4d9754b6108201 Mon Sep 17 00:00:00 2001 From: Bob Harris Date: Thu, 19 Apr 2018 16:23:57 -0400 Subject: [PATCH] version bump to 0.2.3 --- cmd_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {}