We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08a84f7 + d429b81 commit 60d0f3bCopy full SHA for 60d0f3b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+### Bug fixes
6
+
7
+* [#59](https://github.com/rubocop/rubocop-rake/pull/59): Fix incorrect plugin version when displaing `rubocop -V`. ([@koic][])
8
9
## 0.7.0 (2025-02-16)
10
11
### New features
lib/rubocop/rake/plugin.rb
@@ -9,7 +9,7 @@ class Plugin < LintRoller::Plugin
def about
LintRoller::About.new(
name: 'rubocop-rake',
12
- version: Version::STRING,
+ version: VERSION,
13
homepage: 'https://github.com/rubocop/rubocop-rake',
14
description: 'A RuboCop plugin for Rake.',
15
)
0 commit comments