Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed May 10, 2020
1 parent 65cc45f commit 0b2a11d
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 @@ -10,7 +10,7 @@ import (
)

func main() {
c := cli.NewCLI("trellis", "0.7.1")
c := cli.NewCLI("trellis", "0.8.0")
c.Args = os.Args[1:]

ui := &cli.ColoredUi{
Expand Down

0 comments on commit 0b2a11d

Please sign in to comment.