Skip to content

Commit 0dc67b7

Browse files
chore: update MCPG_VERSION to 0.3.6 (#402)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7a4bacf commit 0dc67b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compile/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ pub fn generate_header_comment(input_path: &std::path::Path) -> String {
621621
/// Docker image and version for the MCP Gateway (gh-aw-mcpg).
622622
/// Update this when upgrading to a new MCPG release.
623623
/// See: https://github.com/github/gh-aw-mcpg/releases
624-
pub const MCPG_VERSION: &str = "0.3.3";
624+
pub const MCPG_VERSION: &str = "0.3.6";
625625

626626
/// Docker image for the MCPG container.
627627
pub const MCPG_IMAGE: &str = "ghcr.io/github/gh-aw-mcpg";

0 commit comments

Comments
 (0)