mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 13:35:00 +00:00
update-version.sh: adjust to version 0.1.0
This commit is contained in:
parent
b29ef8cfc4
commit
d748e21412
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue