diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index 8e8bac203ec..bd2a7fcc98b 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -20,7 +20,7 @@ limitations under the License. // The version of this Falco engine #define FALCO_ENGINE_VERSION_MAJOR 0 -#define FALCO_ENGINE_VERSION_MINOR 26 +#define FALCO_ENGINE_VERSION_MINOR 27 #define FALCO_ENGINE_VERSION_PATCH 0 #define FALCO_ENGINE_VERSION \ @@ -34,4 +34,4 @@ limitations under the License. // It represents the fields supported by this version of Falco, // the event types, and the underlying driverevent schema. It's used to // detetect changes in engine version in our CI jobs. -#define FALCO_ENGINE_CHECKSUM "df5b0b40d3e1dafc0de13459a4b889f8680ec154690f445952e74799920ae380" +#define FALCO_ENGINE_CHECKSUM "97c0ff4866b9430da84fadbd6546743464fa551b03168fbd74dd1290344f031e"