From 87c8571f8b27d39cfe6d8ec3b00e059d0ecf0376 Mon Sep 17 00:00:00 2001 From: Choi Shing Wan Date: Tue, 19 May 2020 18:45:59 +0800 Subject: [PATCH] [Update] Bump version --- inc/commander.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/commander.hpp b/inc/commander.hpp index a2be2e04..d163e4c9 100644 --- a/inc/commander.hpp +++ b/inc/commander.hpp @@ -42,8 +42,8 @@ #include #endif -const std::string version = "2.3.0"; -const std::string date = "2020-05-18"; +const std::string version = "2.3.0.a"; +const std::string date = "2020-05-19"; class Commander { public: