Support edit release and save as draft

This commit is contained in:
Unknown 2014-06-12 17:47:23 -04:00
parent fb0972afad
commit e07674bff1
13 changed files with 300 additions and 85 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.4.3.0612 Alpha"
const APP_VER = "0.4.4.0612 Alpha"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())