chore(cmake): bump libs version to 0.23.2

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso
2026-04-08 17:20:00 +02:00
committed by poiana
parent ce4126c044
commit ce1de5597b

View File

@@ -42,9 +42,9 @@ else()
# version (or branch, or commit) just pass the variable - ie., `cmake
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "0.23.1")
set(FALCOSECURITY_LIBS_VERSION "0.23.2")
set(FALCOSECURITY_LIBS_CHECKSUM
"SHA256=38c580626b072ed24518e8285a629923c8c4c6d6794b91b3b93474db7fd85cf7"
"SHA256=928128add70724938ee8dcc57ef3653aec162f7d575975a559b04b238a3b448c"
)
endif()