From 13256fb7efb8af9dd966e1139a3fc32c773937c8 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Fri, 15 Apr 2022 10:15:37 +0000 Subject: [PATCH] update(userspace/engine): bump engine version to 12 Signed-off-by: Jason Dellaluce --- userspace/engine/falco_engine_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index 7e407035..ce6bfc3c 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -16,7 +16,7 @@ limitations under the License. // The version of rules/filter fields/etc supported by this Falco // engine. -#define FALCO_ENGINE_VERSION (11) +#define FALCO_ENGINE_VERSION (12) // This is the result of running "falco --list -N | sha256sum" and // represents the fields supported by this version of Falco. It's used