release: able to add attchments to release (#1614)

Added new config section '[release.attachment]’.
This commit is contained in:
Unknwon
2017-03-13 04:32:20 -04:00
parent e6df2259ab
commit 1df54ea0cd
16 changed files with 242 additions and 88 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.17.0313"
const APP_VER = "0.10.18.0313"
func init() {
setting.AppVer = APP_VER