From c44173e86245747634861c8bf69047b75eed5fff Mon Sep 17 00:00:00 2001 From: Prabhsimran Singh Date: Sun, 19 Jan 2020 01:48:39 +0530 Subject: [PATCH] 0.3.0 --- src/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.cc b/src/app.cc index 576268f..ceea083 100644 --- a/src/app.cc +++ b/src/app.cc @@ -16,7 +16,7 @@ #include "vendor/CLI11.hpp" #include "vendor/cpptoml.h" -#define VERSION "0.2.0" +#define VERSION "0.3.0" void print_version() { std::cout << VERSION << std::endl;