From 9987f9c6407113496e1946df4cac1daf1dc539ca Mon Sep 17 00:00:00 2001 From: Trent Rosenbaum Date: Mon, 9 Dec 2019 09:29:12 +0000 Subject: [PATCH] Release as 0.7.4 --- CHANGELOG.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fca703..de3300e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.4 (unreleased) +## 0.7.4 * [PR-31](https://github.com/opencredo/terrahelp/pull/31) Introduces sha256sum file covering each distribution binary (resolves [#28](https://github.com/opencredo/terrahelp/issues/28)) ## 0.7.3 diff --git a/main.go b/main.go index 3067b0e..3080cbe 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.4-dev" + app.Version = "0.7.4" app.Author = "https://github.com/opencredo OpenCredo - Nicki Watt" app.Commands = []cli.Command{ vaultAutoConfigCommand(newTerraHelperFunc()),