We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061ee9a commit c8b4302Copy full SHA for c8b4302
1 file changed
src/compile/common.rs
@@ -1171,7 +1171,7 @@ pub fn generate_header_comment(input_path: &std::path::Path) -> String {
1171
/// Docker image and version for the MCP Gateway (gh-aw-mcpg).
1172
/// Update this when upgrading to a new MCPG release.
1173
/// See: https://github.com/github/gh-aw-mcpg/releases
1174
-pub const MCPG_VERSION: &str = "0.3.6";
+pub const MCPG_VERSION: &str = "0.3.7";
1175
1176
/// Docker image for the MCPG container.
1177
pub const MCPG_IMAGE: &str = "ghcr.io/github/gh-aw-mcpg";
0 commit comments