Skip to content

Commit c0e60e7

Browse files
committed
build: bump version
Signed-off-by: Mariell Hoversholm <[email protected]>
1 parent d3a3b78 commit c0e60e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/falco-version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set(FALCO_VERSION_MAJOR "0")
1717
set(FALCO_VERSION_MINOR "42")
18-
set(FALCO_VERSION_PATCH "0")
18+
set(FALCO_VERSION_PATCH "1")
1919
set(FALCO_VERSION "${FALCO_VERSION_MAJOR}.${FALCO_VERSION_MINOR}.${FALCO_VERSION_PATCH}")
2020

2121
message(STATUS "Falco version: ${FALCO_VERSION}")

0 commit comments

Comments
 (0)