Skip to content

Commit 4eadccc

Browse files
chore: update MCPG_VERSION to 0.2.30 (#303)
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 81e4d2f commit 4eadccc

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
@@ -484,7 +484,7 @@ pub fn generate_header_comment(input_path: &std::path::Path) -> String {
484484
/// Docker image and version for the MCP Gateway (gh-aw-mcpg).
485485
/// Update this when upgrading to a new MCPG release.
486486
/// See: https://github.com/github/gh-aw-mcpg/releases
487-
pub const MCPG_VERSION: &str = "0.2.26";
487+
pub const MCPG_VERSION: &str = "0.2.30";
488488

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

0 commit comments

Comments
 (0)