diff --git a/CMakeLists.txt b/CMakeLists.txt index 1661589..899495e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(zectl LANGUAGES C VERSION 0.1.2 DESCRIPTION "BE Manager") +project(zectl LANGUAGES C VERSION 0.1.3 DESCRIPTION "BE Manager") set (CMAKE_C_STANDARD 11) diff --git a/src/zectl.c b/src/zectl.c index c0e9bcc..b55e8cb 100644 --- a/src/zectl.c +++ b/src/zectl.c @@ -15,7 +15,7 @@ #include char const *const ZE_PROGRAM = "zectl"; -char const *const ZECTL_VERSION = "0.1.2"; +char const *const ZECTL_VERSION = "0.1.3"; /* Function pointer to command */ typedef libze_error (*command_func)(libze_handle *lzeh, int argc, char **argv);