Skip to content

Commit

Permalink
version 0.0.16. Closes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jan 20, 2021
1 parent 4b28072 commit 8a02f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a02f02

Please sign in to comment.