summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-08 11:29:50 -0700
committerUnknwon <u@gogs.io>2016-08-08 11:29:50 -0700
commitb73318bc62941b58064fca02b67d589718309155 (patch)
treef56c6e9fdef9ff9f8d34bd81ad6cb44b1567d8ac /gogs.go
parente5bf4281b5519d845dd85a153831ba5cc1117590 (diff)
downloadgitea-b73318bc62941b58064fca02b67d589718309155.tar.gz
gitea-b73318bc62941b58064fca02b67d589718309155.zip
Fix 404 when comment on pulls and not using interal issue tracker
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 0e850eb2d7..b41bef32d7 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.67.0806"
+const APP_VER = "0.9.67.0807"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())