Skip to content

Commit

Permalink
0.11.7 -> 0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Jan 15, 2025
1 parent 24dd761 commit 5752663
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 @@ -5,7 +5,7 @@ set(CMAKE_SKIP_RPATH TRUE)

project(
workflow
VERSION 0.11.7
VERSION 0.11.8
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set_project("workflow")
set_version("0.11.7")
set_version("0.11.8")

option("workflow_inc", {description = "workflow inc", default = "$(projectdir)/_include"})
option("workflow_lib", {description = "workflow lib", default = "$(projectdir)/_lib"})
Expand Down

0 comments on commit 5752663

Please sign in to comment.