diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-02-13 02:14:57 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-02-13 02:14:57 -0500 |
commit | 6b7d35eade921058654207abf30bd718389d11f1 (patch) | |
tree | 555a939eaa9b9f4b6000ce2037e8c938048db7d4 /gogs.go | |
parent | 6d0f3a07d4fa3189b0b7c4e366bddb6d72ef7e68 (diff) |
fix mirror issues uncaught #941
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.13.0211 Beta" +const APP_VER = "0.5.14.0213 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |