From 02e46f0a93f73c68c36966cae1a32ed115b6ad5c Mon Sep 17 00:00:00 2001 From: Tom Commandeur Date: Wed, 27 Mar 2019 11:58:03 +0100 Subject: [PATCH] up version to v1.2 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 438ff26b..ba540a60 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ #include #include -std::string VERSION = "1.1.2"; +std::string VERSION = "1.2"; bool validate_yaml(const char* arg, std::set& allowedFeatures); int main(int argc, const char * argv[]);