diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-29 20:00:07 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-29 20:00:07 +0800 |
commit | 63c1f9a23fd9b3d756e6763005df9262ccb15101 (patch) | |
tree | 6d834560b79881c7e4512caa7d39fb5dd9861177 /gogs.go | |
parent | 81a44e4cd0c4f4c2310b59624748ba0df9fcbe87 (diff) | |
download | gitea-63c1f9a23fd9b3d756e6763005df9262ccb15101.tar.gz gitea-63c1f9a23fd9b3d756e6763005df9262ccb15101.zip |
fix 500: E-mail already used in user settings page
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.5.10.1222 Beta" +const APP_VER = "0.5.10.1229 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |