Browse Source

Removed API Version

Yoginth 7 năm trước cách đây
mục cha
commit
e96136e991
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      gitote.go

+ 0 - 1
gitote.go

@@ -39,7 +39,6 @@ func main() {
 	app.Name = "Gitote"
 	app.Usage = "Software version control made simple"
 	app.Version = AppVer
-	app.APIVersion = APIVer
 	app.Commands = []cli.Command{
 		cmd.Web,
 		cmd.Serv,