Skip to content

Commit e728671

Browse files
chore: update MCPG_VERSION to 0.3.0 (#318)
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 e1a07d2 commit e728671

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

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

0 commit comments

Comments
 (0)