wasmer/update_version_numbers.sh
2019-07-09 17:43:04 -07:00

18 lines
376 B
Bash
Executable File

PREVIOUS_VERSION='0.5.4'
NEXT_VERSION='0.5.5'
# quick hack
fd Cargo.toml --exec sed -i '' "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"
echo "manually check changes to Cargo.toml"
# Order to upload packages in
## runtime-core
## win-exception-handler
## clif-backend
## llvm-backend
## singlepass-backend
## emscripten
## wasi
## runtime
## runtime-c-api