1
0
Fork 0
forked from forgejo/forgejo

#2154 disable change user for non-local users

- #2153 remove require for gravatar
This commit is contained in:
Unknwon 2015-12-11 15:31:02 -05:00
parent 5d95ffe3eb
commit d0b0d24f22
8 changed files with 18 additions and 10 deletions

View file

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