From db00aa7653937ce62d1ffa37661e50ea4bee80cd Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 5 Oct 2015 09:46:00 -0400 Subject: add log for trigger hook when push through SSH --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index fe379aa23a..9c98f350b1 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.16.1004 Beta" +const APP_VER = "0.6.16.1005 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3