Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Aug 21, 2024
1 parent a6aff78 commit 4c829af
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 @@ -13,7 +13,7 @@ else()
cmake_minimum_required(VERSION 3.14)
endif()

project(semver LANGUAGES CXX VERSION 0.3.3)
project(semver LANGUAGES CXX VERSION 0.4.0)

## --------------------------------------------------------------------
## Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 v0.3.3)
GIT_TAG v0.4.0)
FetchContent_MakeAvailable(cpp-semver)
```

Expand Down

0 comments on commit 4c829af

Please sign in to comment.