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 eb7c6d1 commit c407d07Copy full SHA for c407d07
main.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
func main() {
13
- c := cli.NewCLI("trellis", "0.8.0")
+ c := cli.NewCLI("trellis", "0.9.0")
14
c.Args = os.Args[1:]
15
16
ui := &cli.ColoredUi{
0 commit comments