bumping tag

This commit is contained in:
Daniel Lemire 2025-12-24 13:59:12 -05:00
parent f9ddc75c69
commit a6a229a325

View File

@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
counters counters
GIT_REPOSITORY https://github.com/lemire/counters.git GIT_REPOSITORY https://github.com/lemire/counters.git
GIT_TAG v2.1.0 GIT_TAG v2.2.0
) )
FetchContent_MakeAvailable(counters) FetchContent_MakeAvailable(counters)