aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-10 23:30:40 -0500
committerUnknwon <u@gogs.io>2017-03-10 23:30:40 -0500
commitac8b1e595fa7ace7e2539276355954b2dceeb388 (patch)
treef343648f9130b7a9dcdf2436f6836a8a757d2689 /gogs.go
parent31c55213ff480f9a21ea4e4b5ea3add6bc8d3c3f (diff)
markdown: support Smartypants (#4162)
Added new config section '[smartypants]', and disabled by default.
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 c5a9e484..a711e607 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.10.13.0310"
+const APP_VER = "0.10.14.0310"
func init() {
setting.AppVer = APP_VER