Skip to content

Commit

Permalink
fix(userspace/engine): correctly bump engine version after introducti…
Browse files Browse the repository at this point in the history
…on of new fields

Signed-off-by: Lorenzo Susini <[email protected]>
  • Loading branch information
loresuso authored and poiana committed Feb 17, 2023
1 parent cae02e9 commit be3c44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/engine/falco_engine_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

// The version of rules/filter fields/etc supported by this Falco
// engine.
#define FALCO_ENGINE_VERSION (15)
#define FALCO_ENGINE_VERSION (16)

// This is the result of running "falco --list -N | sha256sum" and
// represents the fields supported by this version of Falco. It's used
Expand Down

0 comments on commit be3c44f

Please sign in to comment.