Skip to content

Commit 3d7679c

Browse files
chore: update MCPG_VERSION to 0.2.18 (#161)
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 f72c878 commit 3d7679c

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
@@ -502,7 +502,7 @@ pub fn generate_header_comment(input_path: &std::path::Path) -> String {
502502
/// Docker image and version for the MCP Gateway (gh-aw-mcpg).
503503
/// Update this when upgrading to a new MCPG release.
504504
/// See: https://github.com/github/gh-aw-mcpg/releases
505-
pub const MCPG_VERSION: &str = "0.2.17";
505+
pub const MCPG_VERSION: &str = "0.2.18";
506506

507507
/// Default port MCPG listens on inside the container (host network mode).
508508
pub const MCPG_PORT: u16 = 80;

0 commit comments

Comments
 (0)