From 17d789a7856c1c62f354b2f6488952b62a7bad1b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 30 Mar 2018 03:52:23 -0400 Subject: pkg/mailer: support custom mail subject prefix (#4524) --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index fba033d9..ac3b9d1f 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.42.0330" +const APP_VER = "0.11.43.0330" func init() { setting.AppVer = APP_VER -- cgit v1.2.3