Skip to content

Commit

Permalink
Update version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0 committed Jul 9, 2023
1 parent 4231ef6 commit 76759aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rest-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
var version = "0.12.1-dev"

func tlsSettings() (bool, string, string, error) {
var key, cert string
Expand Down

0 comments on commit 76759aa

Please sign in to comment.