Skip to content

Commit

Permalink
chore: bump falcoctl version to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Susini <susinilorenzo1@gmail.com>
  • Loading branch information
loresuso committed Feb 6, 2023
1 parent e14032d commit ffe022a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/falcoctl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include(ExternalProject)

string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} FALCOCTL_SYSTEM_NAME)

set(FALCOCTL_VERSION "0.3.0")
set(FALCOCTL_VERSION "0.4.0")

if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(FALCOCTL_SYSTEM_PROC_GO "amd64")
Expand Down

0 comments on commit ffe022a

Please sign in to comment.