We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bed60 commit e2be924Copy full SHA for e2be924
main.go
@@ -11,6 +11,7 @@ import (
11
12
func main() {
13
app := cli.NewApp()
14
+ app.Version = "0.1.0"
15
app.Name = "gomg"
16
app.Commands = []cli.Command{
17
validate.Command,
0 commit comments