Update VERSION files for 0.13.0

This commit is contained in:
Alexander Neumann 2024-07-26 14:47:04 +02:00
parent 9fb75a71cb
commit 238eceb2a1
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
0.12.1
0.13.0

View file

@ -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