From d1649b7de1ca53623a7b107c8b9a9bf4f00f2b20 Mon Sep 17 00:00:00 2001 From: Tabascl Date: Mon, 24 Jul 2023 13:58:12 +0200 Subject: [PATCH] Bump version --- app/meson.build | 2 +- app/src/main.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/meson.build b/app/meson.build index 6d945b8..784e6fb 100644 --- a/app/meson.build +++ b/app/meson.build @@ -1,4 +1,4 @@ -project('fantasize', 'cpp', version : '0.2.0', default_options : ['cpp_std=c++20']) +project('fantasize', 'cpp', version : '0.2.1', default_options : ['cpp_std=c++20']) src = [ 'src/main.cxx', diff --git a/app/src/main.cxx b/app/src/main.cxx index 9d532ee..acfb290 100644 --- a/app/src/main.cxx +++ b/app/src/main.cxx @@ -20,7 +20,7 @@ #include -#define PROJECT_VERSION "v0.2.0" +#define PROJECT_VERSION "v0.2.1" namespace po = boost::program_options; namespace logging = boost::log;