diff --git a/server/server.go b/server/server.go index 9a4d21539d..e6889c11c2 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.15.0" + Version = "0.16.0" DefUserName = "postres" DefUserEmail = "postgres@somewhere.com"