diff --git a/mcpp.toml b/mcpp.toml index 1a84aee2..f9095618 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -1,6 +1,6 @@ [package] name = "mcpp" -version = "2026.8.18.3" +version = "2026.8.19.1" description = "Modern C++ build & package management tool" license = "Apache-2.0" authors = ["mcpp-community"] diff --git a/src/version.cppm b/src/version.cppm index afcca825..cbdd92fb 100644 --- a/src/version.cppm +++ b/src/version.cppm @@ -31,6 +31,6 @@ import std; export namespace mcpp { -inline constexpr std::string_view MCPP_VERSION = "2026.8.18.3"; +inline constexpr std::string_view MCPP_VERSION = "2026.8.19.1"; } // namespace mcpp