Browse Source

Removed API Version

Yoginth 7 years ago
parent
commit
e96136e991
1 changed files with 0 additions and 1 deletions
  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,