From 8df3ba96f3bc26ba5a3d8ca97c381a88aa9a362b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 30 May 2016 01:32:01 -0700 Subject: #2954 use text/plain as default email content format --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 3795310e26..c6f8a4368e 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.28.0527" +const APP_VER = "0.9.29.0530" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3