summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-01 15:34:03 +0800
committerUnknwon <u@gogs.io>2016-07-01 15:34:03 +0800
commite84ac64964dc3011e6bc12dfbe6abfad3c0f0f3d (patch)
tree41fb6538728587538d8093606bc1de9d76f2867f /gogs.go
parent3a30c06345df40bf407a866b049ef649dfc8a745 (diff)
downloadgitea-e84ac64964dc3011e6bc12dfbe6abfad3c0f0f3d.tar.gz
gitea-e84ac64964dc3011e6bc12dfbe6abfad3c0f0f3d.zip
Do not show filename not have suffifx .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 81575494e3..67a6be1948 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.33.0630"
+const APP_VER = "0.9.34.0630"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())