diff --git a/server/server.go b/server/server.go index a378c7b60d..e39c166bdf 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.3" + Version = "0.56.4" DefUserName = "postres" DefUserEmail = "postgres@somewhere.com"