Browse Source

Update gitote.go

Yoginth 5 years ago
parent
commit
c1cab192f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gitote.go

+ 1 - 1
gitote.go

@@ -31,7 +31,7 @@ import (
 )
 
 // AppVer holds the current Gitote version
-const AppVer = "1.1.2"
+const AppVer = "1.1.3"
 
 // APIVer holds the current Gitote API version
 const APIVer = "v1"