aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-01-09 10:59:04 +0800
committerUnknwon <u@gogs.io>2016-01-09 10:59:04 +0800
commitcc8c67ff29f85630c6e79cc9ea9e55b68a1a6805 (patch)
treeecfa2570c51cdf32ab09a222c88e15faa8b10eca /gogs.go
parent03427fb0058898716b749fd4bdd1485679d557b1 (diff)
downloadgitea-cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805.tar.gz
gitea-cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805.zip
fix markdown autolink error
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 add16ae04d..1d17923d60 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.8.17.0108"
+const APP_VER = "0.8.17.0109"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())