chore: v1.0.0

This commit is contained in:
Valentin Doreau 2024-04-21 15:26:19 +02:00
parent f0f68e485f
commit 61fbd2fedd
Signed by: vdoreau
GPG key ID: F3E456CF9A14098B

View file

@ -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