From 2d3ecbe5b2aabe33ae0086dc7ecc79bc0269dc35 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 19 Dec 2015 02:44:34 -0500 Subject: make mailer log more verbose --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 5afeb0764c..4fcb216ba7 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.10.1217" +const APP_VER = "0.8.10.1219" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3