Skip to content

Commit 11b066d

Browse files
committed
fix: bump MCPP_VERSION constant to 0.0.93 (caught by e2e 01)
1 parent 9fa7ed3 commit 11b066d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.92";
21+
inline constexpr std::string_view MCPP_VERSION = "0.0.93";
2222

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)