diff --git a/src/compile/common.rs b/src/compile/common.rs index b595772f..e18cb2bc 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -1043,7 +1043,7 @@ pub fn generate_stage_prefix(name: &str) -> String { /// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases. /// Update this when upgrading to a new AWF release. /// See: -pub const AWF_VERSION: &str = "0.27.3"; +pub const AWF_VERSION: &str = "0.27.5"; /// Prefix used to identify agentic pipeline YAML files generated by ado-aw. pub const HEADER_MARKER: &str = "# @ado-aw";