From 215920772ab8d84418e982ee1de8986f911fe3c1 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 4 Oct 2015 20:54:06 -0400 Subject: save PR info as patch and minor fix on PR --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index c11111a2..fe379aa2 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.16.1002 Beta" +const APP_VER = "0.6.16.1004 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3