From da30f215ad85c8562ad7b4670bebd1af729131b3 Mon Sep 17 00:00:00 2001 From: Abhinav Tushar Date: Tue, 31 Dec 2019 11:27:14 +0530 Subject: [PATCH] 0.0.4 --- src/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.cc b/src/app.cc index 050c782..fd843a3 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.2" +#define VERSION "0.0.4" void print_version() { std::cout << VERSION << std::endl;