From 50264200f04d227ce5e36792cb7b951789693570 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 14 Dec 2015 09:38:21 -0500 Subject: fix huge diff hangs --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 80f2f4b5..8b9286f2 100644 --- a/gogs.go +++ b/gogs.go @@ -18,7 +18,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.3.1214" +const APP_VER = "0.8.4.1214" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3