From 7ba9264647ecce4abfb43d8d579e1d0199bb6d0b Mon Sep 17 00:00:00 2001 From: Ethan Hindmarsh Loves Veilid Date: Sun, 2 Jun 2024 13:48:45 -0500 Subject: [PATCH] version_bump.sh (pls squash) --- version_bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_bump.sh b/version_bump.sh index 51e8ac4..85f9196 100755 --- a/version_bump.sh +++ b/version_bump.sh @@ -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)