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