Skip to content

Commit

Permalink
Bump up for next dev version (0.4.4-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickithewatt committed Nov 3, 2016
1 parent b520e1f commit 07509f2
Showing 1 changed file with 1 addition and 1 deletion.
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.4.3"
app.Version = "0.4.4-dev"
app.Author = "https://github.com/opencredo OpenCredo - Nicki Watt"
app.Commands = []cli.Command{
vaultAutoConfigCommand(newTerraHelperFunc()),
Expand Down

0 comments on commit 07509f2

Please sign in to comment.