diff --git a/server/server.go b/server/server.go index 0a15ec09ba..d2cd72a8a9 100644 --- a/server/server.go +++ b/server/server.go @@ -45,7 +45,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.11.1" + Version = "0.12.0" DefUserName = "postres" DefUserEmail = "postgres@somewhere.com"