From 54e5c15094853f621dd63c5ecdced29a1d91115a Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 16 Feb 2020 13:34:25 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v1.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lute.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lute.go b/lute.go index 5a1b84f7a..453aff8fe 100644 --- a/lute.go +++ b/lute.go @@ -21,7 +21,7 @@ import ( "github.com/gopherjs/gopherjs/js" ) -const Version = "1.1.3" +const Version = "1.1.4" // Lute 描述了 Lute 引擎的顶层使用入口。 type Lute struct {