diff --git a/VERSION b/VERSION index 54d1a4f..a803cc2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.0 +0.14.0 diff --git a/cmd/rest-server/main.go b/cmd/rest-server/main.go index dfa594d..83d3e50 100644 --- a/cmd/rest-server/main.go +++ b/cmd/rest-server/main.go @@ -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