diff options
author | Unknwon <u@gogs.io> | 2018-03-30 03:52:23 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-03-30 03:52:23 -0400 |
commit | 17d789a7856c1c62f354b2f6488952b62a7bad1b (patch) | |
tree | bbff2113fc292629956c40afbe625662e8abf53b /gogs.go | |
parent | 63a263f542716cf3663743d470df9b1f1eceb52e (diff) |
pkg/mailer: support custom mail subject prefix (#4524)
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |