Skip to content

Commit 02e46f0

Browse files
author
Tom Commandeur
committed
up version to v1.2
1 parent 284656d commit 02e46f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <boost/program_options.hpp>
3737
#include <boost/filesystem.hpp>
3838

39-
std::string VERSION = "1.1.2";
39+
std::string VERSION = "1.2";
4040

4141
bool validate_yaml(const char* arg, std::set<std::string>& allowedFeatures);
4242
int main(int argc, const char * argv[]);

0 commit comments

Comments
 (0)