diff options
author | Unknwon <u@gogs.io> | 2015-12-10 19:02:57 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-10 19:02:57 -0500 |
commit | 3d5d61778ac8fab981720b5f8b7fe75e2fb58434 (patch) | |
tree | d22e52c2cc8ad9fb948322252a594225cf1b71b2 /gogs.go | |
parent | ddcc8d998c93d6e252319a82b116dbe553a919ad (diff) | |
download | gitea-3d5d61778ac8fab981720b5f8b7fe75e2fb58434.tar.gz gitea-3d5d61778ac8fab981720b5f8b7fe75e2fb58434.zip |
#1938 #1374 disable password change for non-local users
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.40.1210 Beta" +const APP_VER = "0.7.41.1210 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |