diff options
author | Unknwon <u@gogs.io> | 2015-12-14 02:40:23 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-14 02:40:23 -0500 |
commit | 91789930bcc9d5796a1b06bdeb1402106c0d18d2 (patch) | |
tree | c2f38efca910d4df435deae7a668881720aaeb10 /gogs.go | |
parent | ea375c0dcca118c8ac3c48ba569b025836ad5ccf (diff) | |
download | gitea-91789930bcc9d5796a1b06bdeb1402106c0d18d2.tar.gz gitea-91789930bcc9d5796a1b06bdeb1402106c0d18d2.zip |
#2176 fix 500 on /watchers & /stars for pg
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.3.1213" +const APP_VER = "0.8.3.1214" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |