We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cc45f commit 0b2a11dCopy full SHA for 0b2a11d
main.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
func main() {
13
- c := cli.NewCLI("trellis", "0.7.1")
+ c := cli.NewCLI("trellis", "0.8.0")
14
c.Args = os.Args[1:]
15
16
ui := &cli.ColoredUi{
0 commit comments