Skip to content

Commit 37dfd5e

Browse files
chore: update AWF_VERSION to 0.25.33 (#386)
1 parent 3965605 commit 37dfd5e

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
@@ -582,7 +582,7 @@ pub const DEFAULT_POOL: &str = "AZS-1ES-L-MMS-ubuntu-22.04";
582582
/// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases.
583583
/// Update this when upgrading to a new AWF release.
584584
/// See: https://github.com/github/gh-aw-firewall/releases
585-
pub const AWF_VERSION: &str = "0.25.28";
585+
pub const AWF_VERSION: &str = "0.25.33";
586586

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

0 commit comments

Comments
 (0)