Skip to content

Commit

Permalink
tag: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kedixa committed Aug 10, 2024
1 parent 2885a07 commit 142a995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "cmake build type")

project(
coke
VERSION 0.2.0
VERSION 0.3.0
LANGUAGES CXX
)

Expand Down
4 changes: 2 additions & 2 deletions include/coke/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ namespace coke {

// version
constexpr int COKE_MAJOR_VERSION = 0;
constexpr int COKE_MINOR_VERSION = 2;
constexpr int COKE_MINOR_VERSION = 3;
constexpr int COKE_PATCH_VERSION = 0;

constexpr const char COKE_VERSION_STR[] = "0.2.0";
constexpr const char COKE_VERSION_STR[] = "0.3.0";

// state constant from workflow, see WFTask.h
constexpr int STATE_UNDEFINED = -1;
Expand Down

0 comments on commit 142a995

Please sign in to comment.