diff options
author | Unknwon <u@gogs.io> | 2015-12-11 15:31:02 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-11 15:31:02 -0500 |
commit | d0b0d24f22f117eb6ae41a5180b8cdb7d957ac55 (patch) | |
tree | fbfff51c5aa2463e56145f6e2a62e42f1dff3d66 /gogs.go | |
parent | 5d95ffe3eb216845606b7652160865eb1dd58111 (diff) | |
download | gitea-d0b0d24f22f117eb6ae41a5180b8cdb7d957ac55.tar.gz gitea-d0b0d24f22f117eb6ae41a5180b8cdb7d957ac55.zip |
#2154 disable change user for non-local users
- #2153 remove require for gravatar
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |