fix(userspace/engine): correctly bump engine version after introduction of new fields

Signed-off-by: Lorenzo Susini <susinilorenzo1@gmail.com>
This commit is contained in:
Lorenzo Susini
2023-02-14 10:47:31 +00:00
committed by poiana
parent 6ecc708e2b
commit 88ac30650c

View File

@@ -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