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[]);