diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c51ce..4b3ebb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Removed -## [2.0.4] 2023-06-04 +## [2.0.4] 2023-06-05 ### Added - Dependencies - yard-junk diff --git a/Gemfile.lock b/Gemfile.lock index 0377572..147a1c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - rubocop-ruby2_5 (2.0.3) + rubocop-ruby2_5 (2.0.4) rubocop-gradual (~> 0.3) rubocop-md (~> 1.2) rubocop-rake (~> 0.6) diff --git a/lib/rubocop/ruby2_5/version.rb b/lib/rubocop/ruby2_5/version.rb index 150dce5..7220f52 100644 --- a/lib/rubocop/ruby2_5/version.rb +++ b/lib/rubocop/ruby2_5/version.rb @@ -3,7 +3,7 @@ module Rubocop module Ruby25 module Version - VERSION = "2.0.3" + VERSION = "2.0.4" end end end