We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063fb6f commit 20bf41dCopy full SHA for 20bf41d
2 files changed
mcpp.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mcpp"
3
-version = "0.0.20"
+version = "0.0.21"
4
description = "Modern C++ build & package management tool"
5
license = "Apache-2.0"
6
authors = ["mcpp-community"]
src/toolchain/fingerprint.cppm
@@ -18,7 +18,7 @@ import mcpp.toolchain.detect;
18
19
export namespace mcpp::toolchain {
20
21
-inline constexpr std::string_view MCPP_VERSION = "0.0.20";
+inline constexpr std::string_view MCPP_VERSION = "0.0.21";
22
23
struct FingerprintInputs {
24
Toolchain toolchain;
0 commit comments