From 5e7dbbce7185e8bd2f1b9a69bb4cc025c640550c Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Wed, 16 Aug 2023 08:31:10 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20auto=20version=20bump=E2=80=89[bot]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version/version.go b/common/version/version.go index afc0df48f..348fb7ad1 100644 --- a/common/version/version.go +++ b/common/version/version.go @@ -6,7 +6,7 @@ import ( "strings" ) -var tag = "v4.1.53" +var tag = "v4.1.54" var commit = func() string { if info, ok := debug.ReadBuildInfo(); ok {