Skip to content

Commit d24171b

Browse files
committed
bump version to 0.23.0
1 parent 0bdf2d7 commit d24171b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# rubocop-github
22

3+
## v0.23.0
4+
5+
- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases).
6+
37
## v0.22.0
48

59
- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases).

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-github (0.22.0)
4+
rubocop-github (0.23.0)
55
rubocop (>= 1.72)
66
rubocop-performance (>= 1.15)
77
rubocop-rails (>= 2.17)

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# frozen_string_literal: true
22

3-
VERSION = "0.22.0"
3+
VERSION = "0.23.0"

0 commit comments

Comments
 (0)