1
0
Fork 0
forked from forgejo/forgejo

#1659 fix change label title resets color

This commit is contained in:
Unknwon 2015-09-18 06:18:31 -04:00
parent 86d3c5cbb3
commit d9c5b3bcee
4 changed files with 4 additions and 2 deletions

View file

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