Update version to 1.4.1

This commit is contained in:
greg7mdp
2024-10-27 23:45:18 -04:00
parent c9520f1867
commit 22a7f6ca72
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
FetchContent_Declare(
parallel-hashmap
GIT_REPOSITORY https://github.com/greg7mdp/parallel-hashmap.git
GIT_TAG v1.4.0 # adjust tag/branch/commit as needed
GIT_TAG v1.4.1 # adjust tag/branch/commit as needed
)
FetchContent_MakeAvailable(parallel-hashmap)