Skip to content

Commit 061ee9a

Browse files
chore: update AWF_VERSION to 0.25.44 (#526)
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 cb4f483 commit 061ee9a

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
@@ -1132,7 +1132,7 @@ pub fn generate_template_parameters(front_matter: &FrontMatter) -> Result<String
11321132
/// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases.
11331133
/// Update this when upgrading to a new AWF release.
11341134
/// See: https://github.com/github/gh-aw-firewall/releases
1135-
pub const AWF_VERSION: &str = "0.25.41";
1135+
pub const AWF_VERSION: &str = "0.25.44";
11361136

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

0 commit comments

Comments
 (0)