Skip to content

Commit

Permalink
[cmake] Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishnarraj committed Feb 7, 2022
1 parent c41d228 commit a4d617d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/common.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

set(VERSION_MAJOR 1)
set(VERSION_MINOR 1)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)
set(VERSION_SUFFIX "")
set(VERSION_STR "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX}")

Expand Down

0 comments on commit a4d617d

Please sign in to comment.