chore: v0.1.0

This commit is contained in:
Valentin Doreau 2024-04-01 18:01:11 +02:00
parent 6d217910a9
commit d7f0ea20e1
Signed by: vdoreau
GPG Key ID: F3E456CF9A14098B
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
"github.com/prometheus/client_golang/prometheus/promhttp"
)
const VERSION = "0.1.0-alpha.0"
const VERSION = "0.1.0"
const LISTEN_ADDR = ":9403"
const INTERVAL = 30 * time.Minute