1
0
Fork 0
forked from forgejo/forgejo

fix import path, fix #1782

This commit is contained in:
Unknwon 2015-10-15 21:28:12 -04:00
parent a749e6adcf
commit 932dbccb67
23 changed files with 55 additions and 53 deletions

View file

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