We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1804324 commit 885cffcCopy full SHA for 885cffc
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 42
+#define FALCO_ENGINE_VERSION_MINOR 43
24
#define FALCO_ENGINE_VERSION_PATCH 0
25
26
#define FALCO_ENGINE_VERSION \
@@ -34,4 +34,4 @@ limitations under the License.
34
// It represents the fields supported by this version of Falco,
35
// the event types, and the underlying driverevent schema. It's used to
36
// detetect changes in engine version in our CI jobs.
37
-#define FALCO_ENGINE_CHECKSUM "786745197f42d685b536581ddbb5eab8500939a3f6ae67cfa23a212da10e423c"
+#define FALCO_ENGINE_CHECKSUM "8a7f383c1e7682c484096bb6a5cb68c29b818acbe65fa2854acbcc98277fd7e0"
0 commit comments