fix release created timezone issue

This commit is contained in:
Unknwon 2015-08-24 21:01:23 +08:00
parent 0b97290c07
commit 87152f89ba
4 changed files with 14 additions and 3 deletions

View file

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