From 2111699a96a88ee681e6fd7b359f80b2898b2bec Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Thu, 9 Jun 2022 11:41:55 +0200 Subject: [PATCH] chore(engine): bump falco engine version number to 13 Signed-off-by: Aldo Lacuku --- 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 537436dc..0cb6773d 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -16,9 +16,9 @@ limitations under the License. // The version of rules/filter fields/etc supported by this Falco // engine. -#define FALCO_ENGINE_VERSION (12) +#define FALCO_ENGINE_VERSION (13) // This is the result of running "falco --list -N | sha256sum" and // represents the fields supported by this version of Falco. It's used // at build time to detect a changed set of fields. -#define FALCO_FIELDS_CHECKSUM "a557747a209f2d16e90a3324d84d56c02cf54d000b6e3ee44598413f19885fcc" +#define FALCO_FIELDS_CHECKSUM "94290ff98e5affc85b2287b09a3f4054918f14e90db1ac4bfd6d5ce4e910329c"