From b0ef64b449cab53def8e3f8317d7969ad19c1dc4 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 12 May 2025 10:46:04 +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 5f5af272..754f9889 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 49 +#define FALCO_ENGINE_VERSION_MINOR 50 #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 "3c6a2b7d8dd2a7a742301832f5b7d1f73569de815496b077951f4bd67ff6d076" +#define FALCO_ENGINE_CHECKSUM "c111251b08cfb00790515cd62fbe0b6c3d0b62035f7d9bbb1aea80f41d7986f9"