Skip to content

Commit 4320f72

Browse files
authored
ci: minor update to azcopy version (#667)
Bump us up to the latest azcopy (might as well)
1 parent 51e8a97 commit 4320f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: flowey/flowey_lib_hvlite/src/_jobs/cfg_versions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use flowey::node::prelude::*;
1414
//
1515
// This would require nodes that currently accept a `Version(String)` to accept
1616
// a `Version(ReadVar<String>)`, but that shouldn't be a serious blocker.
17-
pub const AZCOPY: &str = "10.27.0-20241030";
17+
pub const AZCOPY: &str = "10.27.1-20241113";
1818
pub const AZURE_CLI: &str = "2.56.0";
1919
pub const FUZZ: &str = "0.12.0";
2020
pub const GH_CLI: &str = "2.52.0";

0 commit comments

Comments
 (0)