Skip to content

Commit bb1e0d4

Browse files
authored
Update version to v0.10.0 in README
1 parent 08c531d commit bb1e0d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ or [CPM](https://github.com/cpm-cmake/CPM.cmake) in a CMake project:
2525
FetchContent_Declare(
2626
libhat
2727
GIT_REPOSITORY https://github.com/BasedInc/libhat.git
28-
GIT_TAG v0.9.0
28+
GIT_TAG v0.10.0
2929
)
3030
FetchContent_MakeAvailable(libhat)
3131
3232
target_link_libraries(my_target libhat::libhat)
3333
```
3434

3535
```cmake
36-
CPMAddPackage("gh:BasedInc/libhat#v0.9.0")
36+
CPMAddPackage("gh:BasedInc/libhat#v0.10.0")
3737
3838
target_link_libraries(my_target libhat::libhat)
3939
```

0 commit comments

Comments
 (0)