Skip to content

Commit 46e3c72

Browse files
committed
Set version
1 parent fdf65f6 commit 46e3c72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.12.1

cmd/rest-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func init() {
6262
flags.BoolVar(&server.PrometheusNoAuth, "prometheus-no-auth", server.PrometheusNoAuth, "disable auth for Prometheus /metrics endpoint")
6363
}
6464

65-
var version = "0.12.0-dev (compiled manually)"
65+
var version = "0.12.1"
6666

6767
func tlsSettings() (bool, string, string, error) {
6868
var key, cert string

0 commit comments

Comments
 (0)