From d748e21412b2f9c41292023ab36544a226184b58 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 24 May 2025 22:20:54 +0200 Subject: [PATCH] update-version.sh: adjust to version 0.1.0 --- util/update-version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/update-version.sh b/util/update-version.sh index 79ac6df1a..5ee420103 100755 --- a/util/update-version.sh +++ b/util/update-version.sh @@ -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)