Skip to content

Commit e2be924

Browse files
committed
Release version 0.1.0
1 parent 36bed60 commit e2be924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111

1212
func main() {
1313
app := cli.NewApp()
14+
app.Version = "0.1.0"
1415
app.Name = "gomg"
1516
app.Commands = []cli.Command{
1617
validate.Command,

0 commit comments

Comments
 (0)