From 55778ba0b5157295c59229a24a5931eb46093c75 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 31 Dec 2025 09:22:53 +0100 Subject: [PATCH] update test data to 3.8 --- src/test/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index 3681fef2a..4a7181893 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -1333,8 +1333,8 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const // use same data as in restServer.ts // log shows first if you can upgrade to dev, and then if you can upgrade to stable // request.url("/rest/action"); - // std::string LATEST_STABLE_VERSION = "3.7.2"; - // std::string LATEST_DEV_VERSION = "3.8.0-dev.3"; + // std::string LATEST_STABLE_VERSION = "3.8.0"; + // std::string LATEST_DEV_VERSION = "3.8.1-dev.3"; // std::string param = LATEST_DEV_VERSION + "," + LATEST_STABLE_VERSION; // std::string action = "{\"action\":\"checkUpgrade\", \"param\":\"" + param + "\"}"; // deserializeJson(doc, action);