Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Mar 26, 2024
2 parents 85764df + cc62bb6 commit 4b27efa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ if [ "$VERSION" = "" ]; then
poetry version | awk '{print $2};'
else
poetry version "$VERSION"
cd frontend
npm version --allow-same-version "$VERSION"
npm version --allow-same-version --no-git-tag-version "$VERSION"
fi

0 comments on commit 4b27efa

Please sign in to comment.