Skip to content

Commit

Permalink
back like it was before
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 6, 2024
1 parent cce329f commit 6eb45fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "Invalid version (not in 0.X.Y-dev format): ${current_version}"
exit 1
fi
minor_version=$(sed 's/^0\.\([0-9]*\)\..*/\1/' <<< "${current_version}")
minor_version=$(sed 's/^0\.\([0-9]\+\).*/\1/' <<< "${current_version}")
next_version=0.$((minor_version + 1)).0-dev
echo "Bumping version to ${next_version}"
# See release.yml for meaning of these arguments
Expand Down

0 comments on commit 6eb45fc

Please sign in to comment.