From 404867f206f97ec4ea2e6032fea47bc0499d3497 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 5 Dec 2015 13:24:13 -0500 Subject: fix #2105 and fix #1857 --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 7797996a..d3d47ca6 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.7.31.1205 Beta" +const APP_VER = "0.7.32.1205 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3