mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
update-version.sh: also update the uufuzz version
This commit is contained in:
parent
f35e3f519b
commit
b29ef8cfc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue