diff --git a/plugins/k8smeta/src/shared_with_tests_consts.h b/plugins/k8smeta/src/shared_with_tests_consts.h index f1fc51dc..5f082698 100644 --- a/plugins/k8smeta/src/shared_with_tests_consts.h +++ b/plugins/k8smeta/src/shared_with_tests_consts.h @@ -77,7 +77,7 @@ limitations under the License. // Generic plugin consts ///////////////////////// #define PLUGIN_NAME "k8smeta" -#define PLUGIN_VERSION "0.1.0" +#define PLUGIN_VERSION "0.1.0-alpha" #define PLUGIN_DESCRIPTION \ "Enrich syscall events with information about the pod that throws them" #define PLUGIN_CONTACT "github.com/falcosecurity/plugins"