mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Set development version for 0.12.0
This commit is contained in:
parent
b34b9f0780
commit
e8a839673f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ func init() {
|
|||
flags.BoolVar(&server.PrometheusNoAuth, "prometheus-no-auth", server.PrometheusNoAuth, "disable auth for Prometheus /metrics endpoint")
|
||||
}
|
||||
|
||||
var version = "0.11.0"
|
||||
var version = "0.12.0-dev (compiled manually)"
|
||||
|
||||
func tlsSettings() (bool, string, string, error) {
|
||||
var key, cert string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue