From bdbab85e61101470beaecdb0be76daf5eba4903e Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 14 Oct 2017 02:38:38 +0100 Subject: [PATCH] Update version number --- inc/commander.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/commander.hpp b/inc/commander.hpp index 2381aac6..28ca22f8 100644 --- a/inc/commander.hpp +++ b/inc/commander.hpp @@ -31,8 +31,8 @@ #include #include -const std::string version = "2.0.12.beta"; -const std::string date = "7 October 2017"; +const std::string version = "2.0.13.beta"; +const std::string date = "14 October 2017"; class Commander { public: