We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a07d2 commit e728671Copy full SHA for e728671
1 file changed
src/compile/common.rs
@@ -485,7 +485,7 @@ pub fn generate_header_comment(input_path: &std::path::Path) -> String {
485
/// Docker image and version for the MCP Gateway (gh-aw-mcpg).
486
/// Update this when upgrading to a new MCPG release.
487
/// See: https://github.com/github/gh-aw-mcpg/releases
488
-pub const MCPG_VERSION: &str = "0.2.30";
+pub const MCPG_VERSION: &str = "0.3.0";
489
490
/// Docker image for the MCPG container.
491
pub const MCPG_IMAGE: &str = "ghcr.io/github/gh-aw-mcpg";
0 commit comments