mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-04 20:58:58 -04:00
version_bump.sh (pls squash)
This commit is contained in:
parent
9395a99787
commit
7ba9264647
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue