diff --git a/util/update-version.sh b/util/update-version.sh index bb556fe41..2c51115e3 100755 --- a/util/update-version.sh +++ b/util/update-version.sh @@ -14,7 +14,7 @@ FROM="0.0.14" TO="0.0.15" -PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml Cargo.toml) +PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml) # update the version of all programs #shellcheck disable=SC2086