diff options
author | Unknwon <u@gogs.io> | 2016-02-04 22:51:40 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-04 22:51:40 -0500 |
commit | 8e40f86d2c66268fcd4ff80ff5a35ba66cece581 (patch) | |
tree | a1369066739d2f3ef75c45b770adfba2c6bad73c /gogs.go | |
parent | ddf9fa06c7725820176ae75ae0b7e85c25f2886b (diff) | |
download | gitea-8e40f86d2c66268fcd4ff80ff5a35ba66cece581.tar.gz gitea-8e40f86d2c66268fcd4ff80ff5a35ba66cece581.zip |
#2556 handle space in image URL
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.8.29.0204" +const APP_VER = "0.8.30.0204" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |