We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8d0f7 commit 0c7005eCopy full SHA for 0c7005e
1 file changed
src/compile/common.rs
@@ -712,7 +712,7 @@ pub const AWF_VERSION: &str = "0.25.20";
712
/// Version of the GitHub Copilot CLI (Microsoft.Copilot.CLI.linux-x64) NuGet package to install.
713
/// Update this when upgrading to a new Copilot CLI release.
714
/// See: https://pkgs.dev.azure.com/msazuresphere/_packaging/Guardian1ESPTUpstreamOrgFeed/nuget/v3/index.json
715
-pub const COPILOT_CLI_VERSION: &str = "1.0.25";
+pub const COPILOT_CLI_VERSION: &str = "1.0.27";
716
717
/// Prefix used to identify agentic pipeline YAML files generated by ado-aw.
718
pub const HEADER_MARKER: &str = "# @ado-aw";
0 commit comments