Skip to content

Commit

Permalink
Rename 2.0.0-pre to 2.0.0.pre
Browse files Browse the repository at this point in the history
Only dots are used when separating versions in Rubygems.
  • Loading branch information
bquorning committed Oct 22, 2020
1 parent 6d98106 commit 89afb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## Master (Unreleased)

## 2.0.0-pre (2020-10-22)
## 2.0.0.pre (2020-10-22)

* Update RuboCop dependency to v1.0.0. ([@bquorning][])
* **(Potentially breaking)** Change namespace of several cops (`Capybara/*` -> `RSpec/Capybara/*`, `FactoryBot/*` -> `RSpec/FactoryBot/*`, `Rails/*` -> `RSpec/Rails/*`). ([@pirj][], [@bquorning][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec_rails/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '2.0.0-pre'
STRING = '2.0.0.pre'
end
end
end

0 comments on commit 89afb45

Please sign in to comment.