Skip to content

Commit

Permalink
up version to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Commandeur committed Mar 27, 2019
1 parent 284656d commit 02e46f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <boost/program_options.hpp>
#include <boost/filesystem.hpp>

std::string VERSION = "1.1.2";
std::string VERSION = "1.2";

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

0 comments on commit 02e46f0

Please sign in to comment.