Skip to content

Commit

Permalink
0.11.6 -> 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Jan 1, 2025
1 parent 305dbeb commit be06666
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.6
VERSION 0.11.7
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.6")
set_version("0.11.7")

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

0 comments on commit be06666

Please sign in to comment.