Skip to content

Commit

Permalink
Bump up for next dev version (0.7.4-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentrosenbaum committed Dec 5, 2019
1 parent 11b6138 commit 4f5508d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

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.3"
app.Version = "0.7.4-dev"
app.Author = "https://github.com/opencredo OpenCredo - Nicki Watt"
app.Commands = []cli.Command{
vaultAutoConfigCommand(newTerraHelperFunc()),
Expand Down

0 comments on commit 4f5508d

Please sign in to comment.