Skip to content

Commit e4cbffc

Browse files
FedeDPpoiana
authored andcommitted
update(userpsace/engine): update engine checksum and version.
See falcosecurity/libs#2047. Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 5749517 commit e4cbffc

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 43
23+
#define FALCO_ENGINE_VERSION_MINOR 44
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 "8a7f383c1e7682c484096bb6a5cb68c29b818acbe65fa2854acbcc98277fd7e0"
39+
#define FALCO_ENGINE_CHECKSUM "ff12f0e76bed0e9a512ab22f039c199a3b166540ccfe6eb5177d0b08a6cae251"

0 commit comments

Comments
 (0)