Skip to content

Commit

Permalink
Updated bundled semver library version to 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed May 28, 2024
1 parent a21f51b commit 398a2a1
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 @@ -104,7 +104,7 @@ if (NOT semver_FOUND)
FetchContent_Declare(
semver
GIT_REPOSITORY "https://github.com/Neargye/semver.git"
GIT_TAG "v0.3.0"
GIT_TAG "v0.3.1"
)
FetchContent_MakeAvailable(semver)
endif()
Expand Down

0 comments on commit 398a2a1

Please sign in to comment.