1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Update to version 0.0.7

This commit is contained in:
Sylvestre Ledru 2021-07-11 18:03:11 +02:00
parent f37446eb1f
commit 1d8a66b7d3
100 changed files with 391 additions and 391 deletions

View file

@ -9,7 +9,7 @@ TO="0.0.7"
UUCORE_FROM="0.0.8"
UUCORE_TO="0.0.9"
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 Cargo.toml src/uu/base64/Cargo.toml)
# update the version of all programs
sed -i -e "s|version = \"$FROM\"|version = \"$TO\"|" $PROGS