diff --git a/constants/db.go b/constants/db.go index 152805347..03b4193e0 100644 --- a/constants/db.go +++ b/constants/db.go @@ -24,7 +24,7 @@ const ( // constants for installing db and fdw images const ( DatabaseVersion = "12.1.0" - FdwVersion = "0.3.0-dev.5" + FdwVersion = "0.2.4-rc.0" // DefaultEmbeddedPostgresImage :: 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