Update FDW version to use 0.0.42

This commit is contained in:
kai
2021-07-08 12:46:35 +01:00
parent c0b5d28d9f
commit 91dfca4f5a

View File

@@ -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