diff --git a/constants/db.go b/constants/db.go index 7fc577dcc2..4d356e2bc1 100644 --- a/constants/db.go +++ b/constants/db.go @@ -17,7 +17,7 @@ const ( // constants for installing db and fdw images const ( DatabaseVersion = "12.1.0" - FdwVersion = "0.0.20" + FdwVersion = "0.0.21" // The 12.1.0 image uses the older jar format 12.1.0-v2 is the same version of postgres, // just packaged as gzipped tar files (consistent with oras, faster to unzip). Once everyone is diff --git a/version/version.go b/version/version.go index dd900bb542..f12b010c80 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( ) // The main version number that is being run at the moment. -var Version = "0.0.15" +var Version = "0.0.16" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release