Skip to content

Commit 773d0ab

Browse files
authored
Merge pull request #313 from github/bump_version
Bump version to 0.26.0
2 parents c57fc62 + 92e7e54 commit 773d0ab

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.26.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.25.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.25.0)
4+
rubocop-github (0.26.0)
55
rubocop (>= 1.76)
66
rubocop-performance (>= 1.24)
77
rubocop-rails (>= 2.23)

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.25.0"
3+
VERSION = "0.26.0"

0 commit comments

Comments
 (0)