From 761966db0db931d12c73e1c51ca8724f4f590aff Mon Sep 17 00:00:00 2001 From: xx Date: Sun, 16 Jun 2024 13:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.cpp b/tests/main.cpp index 5031231..5292857 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -23,7 +23,7 @@ If you have any questions, please contact us: 1585346868@qq.com Or visit our web #include "util/system.h" #include "slave.h" -#define FASTWEB_VERSION "V1.0.4" +#define FASTWEB_VERSION "V1.0.5" #define QUIT_WAIT std::cout << "Please exit after entering any character...";std::cin.get();return -1