From 569296558b7d53f5fe52b0decd257d1f2b7a0146 Mon Sep 17 00:00:00 2001 From: Jerry <85411418@qq.com> Date: Mon, 2 Dec 2024 11:52:04 +0800 Subject: [PATCH] 1.0.7 --- constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constant.go b/constant.go index 8ccd77f0..eac7463a 100644 --- a/constant.go +++ b/constant.go @@ -7,7 +7,7 @@ const ( OK = "OK" DebugOff = 0 DebugOn = 1 - Version = "v1.5.106" + Version = "v1.5.107" ) type DebugSwitch int8