From d7f35a2b43e71d8ee3178af80fcd425fbdf32c12 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Sat, 25 Sep 2021 21:08:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=B0=83=E8=AF=952.9.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/container.go b/models/container.go index 7711e57..4d13e8b 100644 --- a/models/container.go +++ b/models/container.go @@ -498,7 +498,7 @@ func GetQlVersion(address string) (string, error) { } else if strings.Contains(data, "v2.9") { v = "2.9" } else { - v = "2.9.5" + v = "2.9" } return v, nil }