Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed Jan 20, 2020
1 parent b49cc4e commit 1056c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1056c0a

Please sign in to comment.