fix version setting in release script

pull/255/head v0.0.10
azivner 2017-12-25 20:45:59 +07:00
parent f90c2317fc
commit 29fd78aee5
1 changed files with 1 additions and 1 deletions

@ -18,7 +18,7 @@ if ! git diff-index --quiet HEAD --; then
exit 1
fi
jq '.version = "$VERSION"' package.json|sponge package.json
jq '.version = "'$VERSION'"' package.json|sponge package.json
TAG=v$VERSION