From 6500aafcb867e37379b1f238198e95134b09ac4e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 7 Apr 2017 23:23:39 -0400 Subject: install: validate port in SMTP host address (#2243) --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 97dd0301..36044740 100644 --- a/gogs.go +++ b/gogs.go @@ -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 -- cgit v1.2.3