From b29ef8cfc4d287f600ae899d254e95f70f1efb43 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 24 May 2025 22:19:59 +0200 Subject: [PATCH] update-version.sh: also update the uufuzz version --- util/update-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/update-version.sh b/util/update-version.sh index 58e77d278..79ac6df1a 100755 --- a/util/update-version.sh +++ b/util/update-version.sh @@ -20,7 +20,7 @@ FROM="0.0.29" TO="0.0.30" -PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml) +PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml fuzz/uufuzz/Cargo.toml) # update the version of all programs #shellcheck disable=SC2086