Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Gildas Cherruel committed Aug 8, 2023
1 parent f14fcfc commit b62912f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/common/filter-flow-hotfix-start-version
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if [[ ! $BUMP =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
VERSION=$(get_version "$VERSION_FILE") ; die_on_error
VERSION=$(bump_version $VERSION $BUMP) ; die_on_error
fi
verbose "New Version: $VERSION"

if get_config_bool gitflow.branch.bump-appveyor true; then
if [[ -f appveyor.yml ]]; then
Expand Down

0 comments on commit b62912f

Please sign in to comment.