diff options
author | Unknwon <u@gogs.io> | 2016-01-09 10:59:04 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-09 10:59:04 +0800 |
commit | cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805 (patch) | |
tree | ecfa2570c51cdf32ab09a222c88e15faa8b10eca /gogs.go | |
parent | 03427fb0058898716b749fd4bdd1485679d557b1 (diff) | |
download | gitea-cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805.tar.gz gitea-cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805.zip |
fix markdown autolink error
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.17.0108" +const APP_VER = "0.8.17.0109" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |