From c6083c335e53a860fd4c500a86dcdda49a16515e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 10 Dec 2015 11:18:56 -0500 Subject: #1612 Ability to send mail when a new pull request is submitted --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 207eb6c5..641aaa41 100644 --- a/gogs.go +++ b/gogs.go @@ -18,7 +18,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.7.37.1209 Beta" +const APP_VER = "0.7.38.1210 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3