Skip to content

Commit c10a79c

Browse files
committed
docs(readme): update version
1 parent 26e0ccd commit c10a79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
```cmake
1515
CPMFindPackage(
1616
NAME lockpp
17-
VERSION 2.3
17+
VERSION 2.6
1818
GIT_REPOSITORY "https://github.com/Soundux/lockpp"
1919
)
2020
```
@@ -23,7 +23,7 @@
2323
```cmake
2424
include(FetchContent)
2525
26-
FetchContent_Declare(lockpp GIT_REPOSITORY "https://github.com/Soundux/lockpp" GIT_TAG v2.3)
26+
FetchContent_Declare(lockpp GIT_REPOSITORY "https://github.com/Soundux/lockpp" GIT_TAG v2.6)
2727
FetchContent_MakeAvailable(lockpp)
2828
2929
target_link_libraries(<target> lockpp)

0 commit comments

Comments
 (0)