Skip to content

Commit a2cdd73

Browse files
committed
fix: sync cli version for 0.0.43
1 parent ac1b130 commit a2cdd73

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.agents/docs/2026-06-02-dotted-dependency-selectors.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ mcpp test
275275
pass locally.
276276
- 2026-06-02: Bumped the pending release version to `0.0.43` and added the
277277
changelog entry for dotted dependency selectors.
278+
- 2026-06-02: CI exposed that `--version` also uses the hardcoded
279+
`MCPP_VERSION` in `src/toolchain/fingerprint.cppm`; synchronized it to
280+
`0.0.43`.
278281

279282
Current local checks:
280283

src/toolchain/fingerprint.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import mcpp.toolchain.detect;
1818

1919
export namespace mcpp::toolchain {
2020

21-
inline constexpr std::string_view MCPP_VERSION = "0.0.42";
21+
inline constexpr std::string_view MCPP_VERSION = "0.0.43";
2222

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)