From eabf49892d52323da323c36a0d1475b1a8693c84 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Thu, 31 Aug 2023 12:36:10 +0000 Subject: [PATCH] update(userspace/falco): bump engine version to 24 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 64b261b8..c694e9ff 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 (23) +#define FALCO_ENGINE_VERSION (24) // This is the result of running the following command: // FALCO="falco -c ./falco.yaml"