update-version.sh: adjust to version 0.1.0

This commit is contained in:
Sylvestre Ledru 2025-05-24 22:20:54 +02:00
parent b29ef8cfc4
commit d748e21412

View file

@ -17,8 +17,8 @@
# 10) Create the release on github https://github.com/uutils/coreutils/releases/new
# 11) Make sure we have good release notes
FROM="0.0.29"
TO="0.0.30"
FROM="0.0.30"
TO="0.1.0"
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml fuzz/uufuzz/Cargo.toml)