diff --git a/main.go b/main.go index f3bbdea..7059fcf 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( "github.com/prometheus/client_golang/prometheus/promhttp" ) -const VERSION = "0.1.0" +const VERSION = "0.2.0" const LISTEN_ADDR = ":9403" const INTERVAL = 30 * time.Minute