diff --git a/server/server.go b/server/server.go index b559b32cc1..7eddd94f81 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.54.9" + Version = "0.54.10" DefUserName = "postres" DefUserEmail = "postgres@somewhere.com"