From bccaf983c352f428388b8a173dc13cba1f10e1da Mon Sep 17 00:00:00 2001 From: Prabhsimran Singh Date: Mon, 2 Mar 2020 20:07:17 +0530 Subject: [PATCH] 0.3.3 --- src/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.cc b/src/app.cc index 62b2226..bdc5328 100644 --- a/src/app.cc +++ b/src/app.cc @@ -16,7 +16,7 @@ #include "vendor/CLI11.hpp" #include "vendor/cpptoml.h" -#define VERSION "0.3.2" +#define VERSION "0.3.3" void print_version() { std::cout << VERSION << std::endl;