Browse Source

1.0.0-prod-rc.3

Yoginth 7 years ago
parent
commit
38f0c3d440
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gitote.go

+ 1 - 1
gitote.go

@@ -22,7 +22,7 @@ import (
 )
 
 // AppVer represents the version of Gitote
-const AppVer = "1.0.0-prod-rc.2"
+const AppVer = "1.0.0-prod-rc.3"
 
 func init() {
 	setting.AppVer = AppVer