From 539294595e96b3960fce3e6695a9ae2927ffd1e4 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 4 Aug 2025 12:04:07 +0200 Subject: [PATCH] update(userspace/engine): bump engine version and checksum. Signed-off-by: Federico Di Pierro --- userspace/engine/falco_engine_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index 03a4b765..3ea129c1 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -20,7 +20,7 @@ limitations under the License. // The version of this Falco engine #define FALCO_ENGINE_VERSION_MAJOR 0 -#define FALCO_ENGINE_VERSION_MINOR 54 +#define FALCO_ENGINE_VERSION_MINOR 55 #define FALCO_ENGINE_VERSION_PATCH 0 #define FALCO_ENGINE_VERSION \ @@ -36,4 +36,4 @@ limitations under the License. // It represents the fields supported by this version of Falco, // the event types, and the underlying driverevent schema. It's used to // detetect changes in engine version in our CI jobs. -#define FALCO_ENGINE_CHECKSUM "0cebdab6cbd2279abf47df7a7ac7c0215682e16c24055593894b96cc85b38bd5" +#define FALCO_ENGINE_CHECKSUM "ed3df5b77b2909e51b90a4a8d06a88713dccee5ea29e06d2f8bf81d89c373e61"