aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-14 23:44:34 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-14 23:44:34 -0400
commit9ae92459a53f9cccd34460f859c1370715c36a1d (patch)
tree9efd54a3709fb4c86abf61489cbd1ae9a58055af /gogs.go
parent5b3f1efd9f335a57d2ea722df672a7490e0398cb (diff)
downloadgitea-9ae92459a53f9cccd34460f859c1370715c36a1d.tar.gz
gitea-9ae92459a53f9cccd34460f859c1370715c36a1d.zip
Fix repo css and rel path img in md
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index e0ecec251a..5a3f5114cd 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())