mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 09:48:03 +00:00
update-version.sh: 0.0.8 => 0.0.9
This commit is contained in:
parent
661047623c
commit
3fbe4f92f7
1 changed files with 7 additions and 6 deletions
|
@ -8,14 +8,15 @@
|
|||
# 3) Do a spot check with "git diff"
|
||||
# 4) cargo test --release --features unix
|
||||
|
||||
FROM="0.0.7"
|
||||
TO="0.0.8"
|
||||
|
||||
UUCORE_PROCS_FROM="0.0.6"
|
||||
UUCORE_PROCS_TO="0.0.7"
|
||||
FROM="0.0.8"
|
||||
TO="0.0.9"
|
||||
|
||||
UUCORE_FROM="0.0.9"
|
||||
UUCORE_TO="0.0.10"
|
||||
UUCORE_PROCS_FROM="0.0.7"
|
||||
UUCORE_PROCS_TO="0.0.8"
|
||||
|
||||
UUCORE_FROM="0.0.10"
|
||||
UUCORE_TO="0.0.11"
|
||||
|
||||
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml Cargo.toml src/uu/base64/Cargo.toml)
|
||||
|
||||
|
|
Loading…
Reference in a new issue