From 91789930bcc9d5796a1b06bdeb1402106c0d18d2 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 14 Dec 2015 02:40:23 -0500 Subject: #2176 fix 500 on /watchers & /stars for pg --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index e56fbf41..80f2f4b5 100644 --- a/gogs.go +++ b/gogs.go @@ -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()) -- cgit v1.2.3