update-version.sh: Also update version in meson.build

This commit is contained in:
Nirbheek Chauhan 2022-10-04 21:26:52 +05:30
parent 1d4d3e4cb0
commit cd2eb3a22d
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ if [ -z "$1" ]
fi
find . -name "Cargo.toml" -exec sed -i "s/^version =.*/version = \"$1\"/" {} \;
sed -i "s/version: .*/version: '$1',/" meson.build