Skip to content

Commit

Permalink
Show correct version in bin/release_gem.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
doxavore committed Mar 1, 2024
1 parent a2e205d commit b538abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/release_gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def run_and_print(cmd)
🔢version in `RSpec::Abq::VERSION is the same as the latest version.
do you want to ...
1: bump the PATCH version %{major}.%{minor}.%{bumped_patch}
2: bump the MINOR version %{major}.%{bumped_minor}.%{patch}
3: bump the MAJOR version %{bumped_major}.%{minor}.%{patch}
2: bump the MINOR version %{major}.%{bumped_minor}.0
3: bump the MAJOR version %{bumped_major}.0.0
(1/2/3):
VERSION_PROMPT

Expand Down

0 comments on commit b538abc

Please sign in to comment.