We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810e126 commit b1c837bCopy full SHA for b1c837b
1 file changed
src/compile/common.rs
@@ -463,7 +463,7 @@ pub const AWF_VERSION: &str = "0.25.18";
463
/// Version of the GitHub Copilot CLI (Microsoft.Copilot.CLI.linux-x64) NuGet package to install.
464
/// Update this when upgrading to a new Copilot CLI release.
465
/// See: https://pkgs.dev.azure.com/msazuresphere/_packaging/Guardian1ESPTUpstreamOrgFeed/nuget/v3/index.json
466
-pub const COPILOT_CLI_VERSION: &str = "1.0.22";
+pub const COPILOT_CLI_VERSION: &str = "1.0.24";
467
468
/// Prefix used to identify agentic pipeline YAML files generated by ado-aw.
469
pub const HEADER_MARKER: &str = "# @ado-aw";
0 commit comments