diff --git a/README.md b/README.md index 7fafa62..b8a270e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ provides the ability to **parse**, **compare**, and **increment** semantic versi FetchContent_Declare( cpp-semver GIT_REPOSITORY https://github.com/z4kn4fein/cpp-semver.git - GIT_TAG main) + GIT_TAG v0.1.0) FetchContent_MakeAvailable(cpp-semver) ```