From 26605821981c70180bd2d16d3f3f4b0f88a45567 Mon Sep 17 00:00:00 2001 From: Lorenzo Susini Date: Tue, 8 Aug 2023 14:04:22 +0000 Subject: [PATCH] update(userspace/engine): bump engine version to 22 Signed-off-by: Lorenzo Susini --- 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 9f9dba30d46..cd1f8567a6c 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -15,7 +15,7 @@ limitations under the License. */ // The version of this Falco engine. -#define FALCO_ENGINE_VERSION (21) +#define FALCO_ENGINE_VERSION (22) // This is the result of running the following command: // FALCO="falco -c ./falco.yaml"