From 3652c596e39433ddf09dbc388abca2344e03692b Mon Sep 17 00:00:00 2001 From: Tom Commandeur Date: Tue, 30 Apr 2019 12:46:25 +0200 Subject: [PATCH] up version to v1.2.1 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a22a249e..503d8fb1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ #include #include -std::string VERSION = "1.2"; +std::string VERSION = "1.2.1"; bool validate_yaml(const char* arg, std::set& allowedFeatures); int main(int argc, const char * argv[]);