Skip to content

Commit 0d3336f

Browse files
authored
fix: bump zad-cli to v0.2.1 (#44)
Fixes empty response body crash during task polling.
1 parent 34e07aa commit 0d3336f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/zad-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Install zad-cli if not already available.
77
# Pin to a specific version tag to prevent breaking changes.
8-
ZAD_CLI_VERSION="v0.1.2"
8+
ZAD_CLI_VERSION="v0.2.1"
99

1010
install_zad_cli() {
1111
if command -v zad >/dev/null 2>&1; then

0 commit comments

Comments
 (0)