Commit c646f2c
committed
Fix bumping openbolt version
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.1 parent 2c9115d commit c646f2c
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 21 | | |
30 | 22 | | |
0 commit comments