diff options
author | Unknwon <u@gogs.io> | 2017-03-10 23:30:40 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-10 23:30:40 -0500 |
commit | ac8b1e595fa7ace7e2539276355954b2dceeb388 (patch) | |
tree | f343648f9130b7a9dcdf2436f6836a8a757d2689 /gogs.go | |
parent | 31c55213ff480f9a21ea4e4b5ea3add6bc8d3c3f (diff) |
markdown: support Smartypants (#4162)
Added new config section '[smartypants]', and disabled by default.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |