Skip to content

Commit

Permalink
VersionAdded does not include patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 18, 2021
1 parent 78b70fa commit 06a57ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ end
def bump_minor_version
major, minor, _patch = RuboCop::Rails::Version::STRING.split('.')

"#{major}.#{minor.succ}.0"
"#{major}.#{minor.succ}"
end

0 comments on commit 06a57ec

Please sign in to comment.