Skip to content

Commit

Permalink
Release as 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trentrosenbaum committed Dec 9, 2019
1 parent 36242fb commit 9987f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 9987f9c

Please sign in to comment.