Skip to content

Commit 3ef5f19

Browse files
chore: update MCPG_VERSION to 0.2.26 (#273)
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 1cc155d commit 3ef5f19

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

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

0 commit comments

Comments
 (0)