We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc155d commit 3ef5f19Copy full SHA for 3ef5f19
1 file changed
src/compile/common.rs
@@ -799,7 +799,7 @@ pub fn generate_header_comment(input_path: &std::path::Path) -> String {
799
/// Docker image and version for the MCP Gateway (gh-aw-mcpg).
800
/// Update this when upgrading to a new MCPG release.
801
/// See: https://github.com/github/gh-aw-mcpg/releases
802
-pub const MCPG_VERSION: &str = "0.2.25";
+pub const MCPG_VERSION: &str = "0.2.26";
803
804
/// Docker image for the MCPG container.
805
pub const MCPG_IMAGE: &str = "ghcr.io/github/gh-aw-mcpg";
0 commit comments