mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-01-11 23:59:32 -05:00
version_bump.sh (pls squash)
This commit is contained in:
parent
9395a99787
commit
7ba9264647
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user