Skip to content

Commit b5ce5b1

Browse files
committed
fix: bump MCPP_VERSION constant to 0.0.17
1 parent 0a5af59 commit b5ce5b1

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

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)