We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b0c10 commit dc025daCopy full SHA for dc025da
1 file changed
userspace/engine/falco_engine_version.h
@@ -20,7 +20,7 @@ limitations under the License.
20
21
// The version of this Falco engine
22
#define FALCO_ENGINE_VERSION_MAJOR 0
23
-#define FALCO_ENGINE_VERSION_MINOR 59
+#define FALCO_ENGINE_VERSION_MINOR 60
24
#define FALCO_ENGINE_VERSION_PATCH 0
25
26
#define FALCO_ENGINE_VERSION \
@@ -36,4 +36,4 @@ limitations under the License.
36
// It represents the fields supported by this version of Falco,
37
// the event types, and the underlying driverevent schema. It's used to
38
// detetect changes in engine version in our CI jobs.
39
-#define FALCO_ENGINE_CHECKSUM "2f050d44bbe902c4ca41cde1bf9f94a46705f56f38ee3a88b80c1daefa8b06b5"
+#define FALCO_ENGINE_CHECKSUM "17c1ac99576c032a58895a10f7091cf777008a1059b7f1bff3c78a6451b17fdf"
0 commit comments