diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-13 16:46:00 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-13 16:46:00 -0500 |
commit | b553ea45ee29f5fc4f123c9f1083b90104ec4fe4 (patch) | |
tree | dc94dd0814d260e2f48560db2b9a091a9d3b33dd /gogs.go | |
parent | ac4a10456ea4515091c3c90a83a82c1e59cdf428 (diff) | |
download | gitea-b553ea45ee29f5fc4f123c9f1083b90104ec4fe4.tar.gz gitea-b553ea45ee29f5fc4f123c9f1083b90104ec4fe4.zip |
modes/repo: incorrect SSH clone URL for #742
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.8.1212 Beta" +const APP_VER = "0.5.8.1213 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |