We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90df351 commit 3965605Copy full SHA for 3965605
1 file changed
src/compile/common.rs
@@ -621,7 +621,7 @@ pub fn generate_header_comment(input_path: &std::path::Path) -> String {
621
/// Docker image and version for the MCP Gateway (gh-aw-mcpg).
622
/// Update this when upgrading to a new MCPG release.
623
/// See: https://github.com/github/gh-aw-mcpg/releases
624
-pub const MCPG_VERSION: &str = "0.3.0";
+pub const MCPG_VERSION: &str = "0.3.3";
625
626
/// Docker image for the MCPG container.
627
pub const MCPG_IMAGE: &str = "ghcr.io/github/gh-aw-mcpg";
0 commit comments