diff --git a/CHANGELOG.md b/CHANGELOG.md index d435b807..a33e9871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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][]) diff --git a/lib/rubocop/rspec_rails/version.rb b/lib/rubocop/rspec_rails/version.rb index e9194477..c4b67c41 100644 --- a/lib/rubocop/rspec_rails/version.rb +++ b/lib/rubocop/rspec_rails/version.rb @@ -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