We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f420e commit 033ba98Copy full SHA for 033ba98
cmd/flora/flora.go
@@ -14,7 +14,7 @@ func main() {
14
app := cli.NewApp()
15
app.Name = "flora"
16
app.Usage = "Simple app to upgrade your terraform"
17
- app.Version = "0.1.0"
+ app.Version = "0.1.1"
18
app.EnableBashCompletion = true
19
app.Commands = []cli.Command{
20
{
0 commit comments