#3590 fix 404 for release draft edition

Closes #3591
This commit is contained in:
Unknwon 2016-09-03 06:00:59 -04:00
parent 6da55159a2
commit 491407ddf8
No known key found for this signature in database
GPG key ID: FB9F411CDD69BEC1
4 changed files with 21 additions and 5 deletions

View file

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