Skip to content

Commit

Permalink
chore: update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Aug 7, 2019
1 parent 8dded28 commit b1ec6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(toml11)

set(toml11_VERSION_MAYOR 3)
set(toml11_VERSION_MINOR 0)
set(toml11_VERSION_PATCH 0)
set(toml11_VERSION_PATCH 1)
set(toml11_VERSION
"${toml11_VERSION_MAYOR}.${toml11_VERSION_MINOR}.${toml11_VERSION_PATCH}"
)
Expand Down

0 comments on commit b1ec6d8

Please sign in to comment.