Skip to content

Commit

Permalink
Fix bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jul 13, 2017
1 parent af96f92 commit 733c775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bumpversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ newver="$1"
[ -z "$newver" ] && echo "Usage: $0 <new-version>" && exit 2

sed -r "s|version: .*|version: $newver|g" -i snap/snapcraft.yaml
git add snap/snapcraft.yml
git add snap/snapcraft.yaml

for dir in $files; do
cd $dir
Expand Down

0 comments on commit 733c775

Please sign in to comment.