From 61fbd2fedd89d8637731bb1e130f93dbd0950433 Mon Sep 17 00:00:00 2001 From: Valentin Doreau Date: Sun, 21 Apr 2024 15:26:19 +0200 Subject: [PATCH] chore: v1.0.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8bac142..20bfab3 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( "github.com/prometheus/client_golang/prometheus/promhttp" ) -const VERSION = "0.2.0" +const VERSION = "1.0.0" const LISTEN_ADDR = ":9403" const INTERVAL = 30 * time.Minute