1
0
Fork 0
forked from forgejo/forgejo

add personal access token panel #12

This commit is contained in:
Unknwon 2014-11-12 06:48:50 -05:00
parent 21b9d5fa1f
commit 8c9338a537
20 changed files with 311 additions and 62 deletions

View file

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