mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Set development version for 0.12.0
This commit is contained in:
@@ -62,7 +62,7 @@ func init() {
|
|||||||
flags.BoolVar(&server.PrometheusNoAuth, "prometheus-no-auth", server.PrometheusNoAuth, "disable auth for Prometheus /metrics endpoint")
|
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) {
|
func tlsSettings() (bool, string, string, error) {
|
||||||
var key, cert string
|
var key, cert string
|
||||||
|
|||||||
Reference in New Issue
Block a user