update(userspace/engine): bump engine version to 12

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2022-04-15 10:15:37 +00:00 committed by poiana
parent df6dced96b
commit 13256fb7ef

View File

@ -16,7 +16,7 @@ limitations under the License.
// The version of rules/filter fields/etc supported by this Falco // The version of rules/filter fields/etc supported by this Falco
// engine. // engine.
#define FALCO_ENGINE_VERSION (11) #define FALCO_ENGINE_VERSION (12)
// This is the result of running "falco --list -N | sha256sum" and // This is the result of running "falco --list -N | sha256sum" and
// represents the fields supported by this version of Falco. It's used // represents the fields supported by this version of Falco. It's used