Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ketchoop committed Apr 2, 2018
1 parent a3f420e commit 033ba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flora/flora.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func main() {
app := cli.NewApp()
app.Name = "flora"
app.Usage = "Simple app to upgrade your terraform"
app.Version = "0.1.0"
app.Version = "0.1.1"
app.EnableBashCompletion = true
app.Commands = []cli.Command{
{
Expand Down

0 comments on commit 033ba98

Please sign in to comment.