From 1f5951d8baaa29542bfa7c41415f4d68fa040202 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 29 Jan 2024 10:48:27 +0800 Subject: [PATCH] :bookmark: Release v1.7.6 --- lute.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lute.go b/lute.go index f6d1f57020..c258ce6688 100644 --- a/lute.go +++ b/lute.go @@ -25,7 +25,7 @@ import ( "github.com/gopherjs/gopherjs/js" ) -const Version = "1.7.5" +const Version = "1.7.6" // Lute 描述了 Lute 引擎的顶层使用入口。 type Lute struct {