From 043df85c67eb6dadf22c7de57838a0cbf4d89e4d Mon Sep 17 00:00:00 2001 From: Prabhsimran Singh Date: Tue, 18 Feb 2020 18:28:00 +0530 Subject: [PATCH] 0.3.1 --- src/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.cc b/src/app.cc index ceea083..2be583b 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.0" +#define VERSION "0.3.1" void print_version() { std::cout << VERSION << std::endl;