1
0
Fork 0
forked from forgejo/forgejo

#3076 detect invalid tag name git error

This commit is contained in:
Unknwon 2016-07-23 15:59:19 +08:00
parent 69dae1ec1c
commit c912494609
11 changed files with 40 additions and 13 deletions

View file

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