From 91dfca4f5a8b98918ae66d74d14dbf929c19286b Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 8 Jul 2021 12:46:35 +0100 Subject: [PATCH] Update FDW version to use 0.0.42 --- constants/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/db.go b/constants/db.go index e7d5bc778..1862a3ec4 100644 --- a/constants/db.go +++ b/constants/db.go @@ -19,7 +19,7 @@ const ( // constants for installing db and fdw images const ( DatabaseVersion = "12.1.0" - FdwVersion = "0.0.42-rc.7" + FdwVersion = "0.0.42" // 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