Set version

This commit is contained in:
Alexander Neumann
2023-07-09 17:15:15 +02:00
parent fdf65f66e7
commit 46e3c7248b
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
0.12.0
0.12.1

View File

@@ -62,7 +62,7 @@ func init() {
flags.BoolVar(&server.PrometheusNoAuth, "prometheus-no-auth", server.PrometheusNoAuth, "disable auth for Prometheus /metrics endpoint")
}
var version = "0.12.0-dev (compiled manually)"
var version = "0.12.1"
func tlsSettings() (bool, string, string, error) {
var key, cert string