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