diff options
author | Unknwon <u@gogs.io> | 2017-04-07 23:23:39 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-07 23:23:39 -0400 |
commit | 6500aafcb867e37379b1f238198e95134b09ac4e (patch) | |
tree | 8e7c371bbc20935e1b2ea33478434b16ef0f1a0c /gogs.go | |
parent | 6ebdf91b327313a0d258ee473b5da5314377e348 (diff) |
install: validate port in SMTP host address (#2243)
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.8.0407" +const APP_VER = "0.11.9.0407" func init() { setting.AppVer = APP_VER |