Update VERSION files for 0.14.0

This commit is contained in:
Alexander Neumann 2025-05-31 22:20:43 +02:00
parent 2a77536ce5
commit b6ec6f45cc
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
0.13.0
0.14.0

View file

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