diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-14 23:44:34 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-14 23:44:34 -0400 |
commit | 9ae92459a53f9cccd34460f859c1370715c36a1d (patch) | |
tree | 9efd54a3709fb4c86abf61489cbd1ae9a58055af /gogs.go | |
parent | 5b3f1efd9f335a57d2ea722df672a7490e0398cb (diff) | |
download | gitea-9ae92459a53f9cccd34460f859c1370715c36a1d.tar.gz gitea-9ae92459a53f9cccd34460f859c1370715c36a1d.zip |
Fix repo css and rel path img in md
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.5.1013 Beta" +const APP_VER = "0.5.5.1014 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |