diff --git a/README.markdown b/README.markdown index 3f933a6..528e24b 100644 --- a/README.markdown +++ b/README.markdown @@ -414,9 +414,11 @@ is still available through RubyGems and the source code is on the ruby branch. ## Version History -## 2.2.0 (Unreleased) +## 2.2.0 * Add gengen command +* Upgrade dependencies +* Fixes for SSH tunnel port ## 2.1.1 (June 17, 2023) diff --git a/main.go b/main.go index b0c3e48..9f7c944 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( ini "github.com/vaughan0/go-ini" ) -const VERSION = "2.2.0-pre" +const VERSION = "2.2.0" var defaultConf = `[database] # host is required (network host or path to Unix domain socket)