Skip to content
This repository was archived by the owner on Feb 7, 2020. It is now read-only.

Commit c193220

Browse files
committed
Use Version variable for --version default cli
1 parent 9e137e5 commit c193220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
func main() {
2222
ui := &cli.BasicUi{Writer: os.Stdout}
2323

24-
c := cli.NewCLI("gitlab-ci-helper", "0.0.1-DEV")
24+
c := cli.NewCLI("gitlab-ci-helper", Version)
2525
c.Args = os.Args[1:]
2626

2727
c.Commands = map[string]cli.CommandFactory{

0 commit comments

Comments
 (0)