diff --git a/server/server.go b/server/server.go index 25a03380da..4467ba84b7 100644 --- a/server/server.go +++ b/server/server.go @@ -48,7 +48,7 @@ import ( // Version should have a new line that follows, else the formatter will fail the PR created by the release GH action const ( - Version = "0.56.7" + Version = "0.57.0" DefUserName = "postres" DefUserEmail = "postgres@somewhere.com"