#2682 fix missing slash for go-get meta

This commit is contained in:
Unknwon 2016-02-23 00:12:04 -05:00
parent 912f7b51e9
commit 72ce06eab8
5 changed files with 5 additions and 5 deletions

View file

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