Skip to content

Commit 0c7005e

Browse files
chore: update COPILOT_CLI_VERSION to 1.0.27 (#214)
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 6f8d0f7 commit 0c7005e

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
@@ -712,7 +712,7 @@ pub const AWF_VERSION: &str = "0.25.20";
712712
/// Version of the GitHub Copilot CLI (Microsoft.Copilot.CLI.linux-x64) NuGet package to install.
713713
/// Update this when upgrading to a new Copilot CLI release.
714714
/// See: https://pkgs.dev.azure.com/msazuresphere/_packaging/Guardian1ESPTUpstreamOrgFeed/nuget/v3/index.json
715-
pub const COPILOT_CLI_VERSION: &str = "1.0.25";
715+
pub const COPILOT_CLI_VERSION: &str = "1.0.27";
716716

717717
/// Prefix used to identify agentic pipeline YAML files generated by ado-aw.
718718
pub const HEADER_MARKER: &str = "# @ado-aw";

0 commit comments

Comments
 (0)