From 7d2f82fddcc51066b30b2b6af1a2650e8bd89441 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Mon, 5 Sep 2022 07:47:17 +0000 Subject: [PATCH] update(usperspace/engine): bump engine version to 15 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 af91dee3..cef04d78 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 (14) +#define FALCO_ENGINE_VERSION (15) // This is the result of running "falco --list -N | sha256sum" and // represents the fields supported by this version of Falco. It's used