Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Oct 4, 2019
1 parent b36bd0a commit 273d952
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.6.0")
c := cli.NewCLI("trellis", "0.6.1")
c.Args = os.Args[1:]

ui := &cli.ColoredUi{
Expand Down

0 comments on commit 273d952

Please sign in to comment.