From 73193e70dd68aabb257a830f32a6a7122d330abb Mon Sep 17 00:00:00 2001 From: liusiyang Date: Mon, 27 Jul 2026 18:10:12 +0800 Subject: [PATCH] v1.3.5 --- AlgorithmModule/src/ImgCheckAnalysisy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlgorithmModule/src/ImgCheckAnalysisy.cpp b/AlgorithmModule/src/ImgCheckAnalysisy.cpp index e66fde4..399da76 100644 --- a/AlgorithmModule/src/ImgCheckAnalysisy.cpp +++ b/AlgorithmModule/src/ImgCheckAnalysisy.cpp @@ -170,7 +170,7 @@ int ImgCheckAnalysisy::GetStatus() std::string ImgCheckAnalysisy::GetVersion() { - return std::string("BOE_1.3.4_" + std::string(__DATE__) + "_" + std::string(__TIME__)); + return std::string("BOE_1.3.5_" + std::string(__DATE__) + "_" + std::string(__TIME__)); } std::string ImgCheckAnalysisy::GetErrorInfo()