version_bump.sh (pls squash)

This commit is contained in:
Ethan Hindmarsh Loves Veilid 2024-06-02 13:48:45 -05:00
parent 9395a99787
commit 7ba9264647

View File

@ -44,7 +44,7 @@ current_version=$(get_current_version)
echo "Current Version: $current_version"
# Bump the major, minor, or patch version using bump2version
bump2version $PART
bump2version --current-version $current_version $PART
# Get the new version after bump2version
new_version=$(get_current_version)