From 0f26f3678ac2471b8d94770c3446d76220d9531b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 11 Aug 2016 06:17:45 -0700 Subject: #3279 use doer email for FROM field of issues --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 076a876a54..679f1236c3 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.71.0809" +const APP_VER = "0.9.72.0811" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3