From 8a02f02bc882f19d2ba540ccfef85874ce0c49e4 Mon Sep 17 00:00:00 2001 From: kai Date: Wed, 20 Jan 2021 23:14:54 +0000 Subject: [PATCH] version 0.0.16. Closes #25 --- constants/db.go | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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