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