Skip to content

Commit b739e22

Browse files
committed
Update VERSION files for 0.11.0
1 parent e9900b7 commit b739e22

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.10.0
1+
0.11.0

cmd/rest-server/main.go

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

58-
var version = "0.10.0-dev"
58+
var version = "0.11.0"
5959

6060
func tlsSettings() (bool, string, string, error) {
6161
var key, cert string

0 commit comments

Comments
 (0)