mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Update VERSION files for 0.14.0
This commit is contained in:
parent
2a77536ce5
commit
b6ec6f45cc
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.13.0
|
||||
0.14.0
|
||||
|
|
|
@ -78,7 +78,7 @@ func newRestServerApp() *restServerApp {
|
|||
return rv
|
||||
}
|
||||
|
||||
var version = "0.13.0"
|
||||
var version = "0.14.0"
|
||||
|
||||
func (app *restServerApp) tlsSettings() (bool, string, string, error) {
|
||||
var key, cert string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue