You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gemspec seems to have been using the version from Bolt::VERSION
since a long time, no need to update it when releasing a new version
(probably some copy-pasta).
Be more tolerant on what can be found in the version, as we incorrectly
released 5.0.0.rc1 instead of 5.0.0-rc1. The version string is not
expected to contain `'` char, so it is probably enough to capture what
is in the quotes.
0 commit comments