We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284656d commit 02e46f0Copy full SHA for 02e46f0
src/main.cpp
@@ -36,7 +36,7 @@
36
#include <boost/program_options.hpp>
37
#include <boost/filesystem.hpp>
38
39
-std::string VERSION = "1.1.2";
+std::string VERSION = "1.2";
40
41
bool validate_yaml(const char* arg, std::set<std::string>& allowedFeatures);
42
int main(int argc, const char * argv[]);
0 commit comments