diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile index 1c1f85ba1..a6cc24adb 100644 --- a/sysutils/node_exporter/Makefile +++ b/sysutils/node_exporter/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= node_exporter -PLUGIN_VERSION= 0.1.0 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Prometheus exporter for machine metrics PLUGIN_DEPENDS= node_exporter PLUGIN_MAINTAINER= dharrigan@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"