1
0
Fork 0
forked from forgejo/forgejo

#2156 add edit org link in admin panel

This commit is contained in:
Unknwon 2015-12-12 15:47:59 -05:00
parent e444a67d59
commit 4108c12092
4 changed files with 5 additions and 3 deletions

View file

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