From ac8b1e595fa7ace7e2539276355954b2dceeb388 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 10 Mar 2017 23:30:40 -0500 Subject: markdown: support Smartypants (#4162) Added new config section '[smartypants]', and disabled by default. --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') 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 -- cgit v1.2.3