Skip to content

Commit d14825f

Browse files
FedeDPpoiana
authored andcommitted
update(userspace/engine): bump engine version and checksum.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 7f9211d commit d14825f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

userspace/engine/falco_engine_version.h

+2-2
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 42
23+
#define FALCO_ENGINE_VERSION_MINOR 43
2424
#define FALCO_ENGINE_VERSION_PATCH 0
2525

2626
#define FALCO_ENGINE_VERSION \
@@ -34,4 +34,4 @@ limitations under the License.
3434
// It represents the fields supported by this version of Falco,
3535
// the event types, and the underlying driverevent schema. It's used to
3636
// detetect changes in engine version in our CI jobs.
37-
#define FALCO_ENGINE_CHECKSUM "786745197f42d685b536581ddbb5eab8500939a3f6ae67cfa23a212da10e423c"
37+
#define FALCO_ENGINE_CHECKSUM "8a7f383c1e7682c484096bb6a5cb68c29b818acbe65fa2854acbcc98277fd7e0"

0 commit comments

Comments
 (0)