We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4f483 commit 061ee9aCopy full SHA for 061ee9a
1 file changed
src/compile/common.rs
@@ -1132,7 +1132,7 @@ pub fn generate_template_parameters(front_matter: &FrontMatter) -> Result<String
1132
/// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases.
1133
/// Update this when upgrading to a new AWF release.
1134
/// See: https://github.com/github/gh-aw-firewall/releases
1135
-pub const AWF_VERSION: &str = "0.25.41";
+pub const AWF_VERSION: &str = "0.25.44";
1136
1137
/// Prefix used to identify agentic pipeline YAML files generated by ado-aw.
1138
pub const HEADER_MARKER: &str = "# @ado-aw";
0 commit comments