Skip to content

Commit dc025da

Browse files
committed
update(engine): bump engine version to 0.60.0
Signed-off-by: Leonardo Grasso <[email protected]>
1 parent 05b0c10 commit dc025da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

userspace/engine/falco_engine_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
// The version of this Falco engine
2222
#define FALCO_ENGINE_VERSION_MAJOR 0
23-
#define FALCO_ENGINE_VERSION_MINOR 59
23+
#define FALCO_ENGINE_VERSION_MINOR 60
2424
#define FALCO_ENGINE_VERSION_PATCH 0
2525

2626
#define FALCO_ENGINE_VERSION \
@@ -36,4 +36,4 @@ limitations under the License.
3636
// It represents the fields supported by this version of Falco,
3737
// the event types, and the underlying driverevent schema. It's used to
3838
// detetect changes in engine version in our CI jobs.
39-
#define FALCO_ENGINE_CHECKSUM "2f050d44bbe902c4ca41cde1bf9f94a46705f56f38ee3a88b80c1daefa8b06b5"
39+
#define FALCO_ENGINE_CHECKSUM "17c1ac99576c032a58895a10f7091cf777008a1059b7f1bff3c78a6451b17fdf"

0 commit comments

Comments
 (0)