From 85c8debfda7b5ffcc7f891636252d0ec8c908df4 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 3 Jul 2026 22:05:30 +0200 Subject: [PATCH] chore(agent): bump 0.5.26 -> 0.5.27 for the decoupled collector (#1228) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #1228 (merged) decoupled the native collector's reported version but did not bump the agent that embeds it. Per src/agent/AGENTS.md, the collector change alters the shipped agent binary, so the agent version must bump — this is what makes self-update deliver the decoupled build (and .module/Collector version start reporting the collector's own 0.6.1 instead of 3.4.12). Co-Authored-By: Claude Opus 4.8 --- src/agent/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/CMakeLists.txt b/src/agent/CMakeLists.txt index 1014ed240..f264a8bfa 100644 --- a/src/agent/CMakeLists.txt +++ b/src/agent/CMakeLists.txt @@ -18,7 +18,7 @@ if(CMAKE_HOST_WIN32 AND NOT DEFINED VCPKG_TARGET_TRIPLET) set(VCPKG_TARGET_TRIPLET "x64-windows-static" CACHE STRING "vcpkg triplet for the self-contained agent build") endif() -project(HsmAgent VERSION 0.5.26 LANGUAGES CXX) +project(HsmAgent VERSION 0.5.27 LANGUAGES CXX) if(MSVC) # Static CRT (/MT) to match the static triplet — the exe must run on a clean machine with no VC++