diff options
author | Unknwon <u@gogs.io> | 2016-08-11 06:17:45 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-11 06:17:45 -0700 |
commit | 0f26f3678ac2471b8d94770c3446d76220d9531b (patch) | |
tree | f68b96072d0d1e1f4732eef35789925faa8b4aee /gogs.go | |
parent | 6a81632e36a1ba36d315059cfb69c063cab237f1 (diff) | |
download | gitea-0f26f3678ac2471b8d94770c3446d76220d9531b.tar.gz gitea-0f26f3678ac2471b8d94770c3446d76220d9531b.zip |
#3279 use doer email for FROM field of issues
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |