diff --git a/CHANGELOG.md b/CHANGELOG.md index b675f05..2a5098e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.7.4 (unreleased) + ## 0.7.3 * [PR-30](https://github.com/opencredo/terrahelp/pull/30) Updates Travis CI file to replace missed TRAGET reference with NAME to allow release uploads (resolves [#29](https://github.com/opencredo/terrahelp/issues/29)) diff --git a/main.go b/main.go index 7f20d25..3067b0e 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ func main() { app := cli.NewApp() app.Name = "terrahelp" app.Usage = "Provides additional functions helpful with terraform development" - app.Version = "0.7.3" + app.Version = "0.7.4-dev" app.Author = "https://github.com/opencredo OpenCredo - Nicki Watt" app.Commands = []cli.Command{ vaultAutoConfigCommand(newTerraHelperFunc()),