From 42a98c852d8dbaec9baffc5d3a4a8d023db9734b Mon Sep 17 00:00:00 2001 From: zhou-ke-0929 Date: Tue, 2 Sep 2025 16:27:51 +0800 Subject: [PATCH] =?UTF-8?q?uitest=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9.Signed-off-by:=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhou-ke-0929 --- uitest/server/server_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uitest/server/server_main.cpp b/uitest/server/server_main.cpp index 46654862..a615b4be 100644 --- a/uitest/server/server_main.cpp +++ b/uitest/server/server_main.cpp @@ -87,7 +87,7 @@ namespace OHOS::uitest { " text input text at the location where is already focused\n" "--version print current tool version\n"; - const std::string VERSION = "6.0.2.1"; + const std::string VERSION = "6.0.2.2"; struct option g_longoptions[] = { {nullptr, required_argument, nullptr, 'p'}, {nullptr, required_argument, nullptr, 'd'}, -- Gitee