@@ -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,