Skip to content

Commit

Permalink
update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Commandeur committed Sep 7, 2018
1 parent c194940 commit 6c47de0
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.0.1";
std::string VERSION = "1.0.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 6c47de0

Please sign in to comment.