diff --git a/CMakeLists.txt b/CMakeLists.txt index dc43022..4a9ea6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.10) project(SKY) -set(PLUGIN_VERSION "2.2.2") +set(PLUGIN_VERSION "2.3.0") ### # BUILD OUTPUT diff --git a/src/main.h b/src/main.h index 121d4da..6059a1b 100644 --- a/src/main.h +++ b/src/main.h @@ -23,4 +23,4 @@ extern logprintf_t logprintf; #endif #define PROJECT_NAME "SKY" -#define PROJECT_VERSION "2.2.2" +#define PROJECT_VERSION "2.3.0"