wasmer/update_version_numbers.sh
2019-07-03 14:35:39 -07:00

18 lines
376 B
Bash
Executable File

PREVIOUS_VERSION='0.5.2'
NEXT_VERSION='0.5.3'
# 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