diff --git a/src/app.cc b/src/app.cc index b1f7fbf..6217f99 100644 --- a/src/app.cc +++ b/src/app.cc @@ -16,7 +16,7 @@ #include "vendor/CLI11.hpp" #include "vendor/cpptoml.h" -#define VERSION "0.0.4" +#define VERSION "0.1.0" void print_version() { std::cout << VERSION << std::endl;