Skip to content

Commit 2719c74

Browse files
committed
bisect: version bump ONLY, on top of main (temporary)
1 parent dfa431f commit 2719c74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcpp"
3-
version = "2026.9.3.2"
3+
version = "2026.9.4.1"
44
description = "Modern C++ build & package management tool"
55
license = "Apache-2.0"
66
authors = ["mcpp-community"]

modules/versioning/src/version.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ import std;
3131

3232
export namespace mcpp {
3333

34-
inline constexpr std::string_view MCPP_VERSION = "2026.9.3.2";
34+
inline constexpr std::string_view MCPP_VERSION = "2026.9.4.1";
3535

3636
} // namespace mcpp

0 commit comments

Comments
 (0)