chore: v1.0.0
This commit is contained in:
parent
f0f68e485f
commit
61fbd2fedd
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -14,7 +14,7 @@ import (
|
||||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.2.0"
|
const VERSION = "1.0.0"
|
||||||
|
|
||||||
const LISTEN_ADDR = ":9403"
|
const LISTEN_ADDR = ":9403"
|
||||||
const INTERVAL = 30 * time.Minute
|
const INTERVAL = 30 * time.Minute
|
||||||
|
|
Loading…
Reference in a new issue