From b62912f5d4e1be0ab74fdffb6546cb789725f434 Mon Sep 17 00:00:00 2001 From: Gildas Cherruel Date: Tue, 8 Aug 2023 17:41:37 +0200 Subject: [PATCH] cosmetics --- hooks/common/filter-flow-hotfix-start-version | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/common/filter-flow-hotfix-start-version b/hooks/common/filter-flow-hotfix-start-version index 24f567a..3b6ea72 100755 --- a/hooks/common/filter-flow-hotfix-start-version +++ b/hooks/common/filter-flow-hotfix-start-version @@ -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