From 6599869f2881a7ae690a68e5a08e2c2a0703aaf2 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 17 Oct 2015 17:25:45 -0400 Subject: #1790 fast return for too large diff --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index f1e83532..a7d44a2a 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.16.1015 Beta" +const APP_VER = "0.6.16.1017 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3