diff --git a/server/server.go b/server/server.go index bcd5899185..03495dabe3 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.57.1" + Version = "0.57.3" DefUserName = "postres" DefUserEmail = "postgres@somewhere.com"