From 52127d4c8a7204e6327b842e24d4e636e3de28f8 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 28 Apr 2025 10:20:57 +0200 Subject: [PATCH] update(userspace/engine): bump engine checksum and version. 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 9e5da277..e414f61c 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 47 +#define FALCO_ENGINE_VERSION_MINOR 48 #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 "1478da9cefb00623e5158e6582ff5322a2118f804c61ddb65f57079353257611" +#define FALCO_ENGINE_CHECKSUM "ae35fd2284369bc241b6be79cb14cc1b92613299883d4cd0def41382abaf7f48"