diff --git a/dist/scripts/lib-version.sh b/dist/scripts/lib-version.sh index 2386a3054..2e5032df2 100755 --- a/dist/scripts/lib-version.sh +++ b/dist/scripts/lib-version.sh @@ -235,7 +235,7 @@ _get_rel_info_from_tag() { fi if [[ $rel ]]; then - echo "${rel/-/.}" + echo "${rel//-/.}" fi }