#1602 Wrong commit order on issue page when pushing multiple commits

This commit is contained in:
Unknwon 2015-09-25 20:35:56 -04:00
parent 21e13cb51e
commit 6dfee30bf0
9 changed files with 29 additions and 27 deletions

View file

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