Skip to content

Commit 6685163

Browse files
committed
chore(cmake): bump drivers to 10.0.0-rc2+driver
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
1 parent df1b259 commit 6685163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/modules/driver.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ else()
3535
# FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or
3636
# branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..`
3737
if(NOT DRIVER_VERSION)
38-
set(DRIVER_VERSION "10.0.0-rc1+driver")
38+
set(DRIVER_VERSION "10.0.0-rc2+driver")
3939
set(DRIVER_CHECKSUM
40-
"SHA256=23621ee8fe5697d5d2e9339b2b9675587d5bd3016a9fc183ba6d5cc62e83e7ae"
40+
"SHA256=b6567574b4b8fbb672c2dbeab26b98b0add173ead1f00b6fb30ab6ddb0bdb73a"
4141
)
4242
endif()
4343

0 commit comments

Comments
 (0)