We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e8a97 commit 4320f72Copy full SHA for 4320f72
flowey/flowey_lib_hvlite/src/_jobs/cfg_versions.rs
@@ -14,7 +14,7 @@ use flowey::node::prelude::*;
14
//
15
// This would require nodes that currently accept a `Version(String)` to accept
16
// a `Version(ReadVar<String>)`, but that shouldn't be a serious blocker.
17
-pub const AZCOPY: &str = "10.27.0-20241030";
+pub const AZCOPY: &str = "10.27.1-20241113";
18
pub const AZURE_CLI: &str = "2.56.0";
19
pub const FUZZ: &str = "0.12.0";
20
pub const GH_CLI: &str = "2.52.0";
0 commit comments