Skip to content

Commit

Permalink
Bump major versions to v7.0.0 (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell authored Jul 28, 2023
1 parent 8a63254 commit a8abb55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/octokit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
module Octokit
# Current major release.
# @return [Integer]
MAJOR = 6
MAJOR = 7

# Current minor release.
# @return [Integer]
MINOR = 1
MINOR = 0

# Current patch level.
# @return [Integer]
PATCH = 1
PATCH = 0

# Full release version.
# @return [String]
Expand Down

0 comments on commit a8abb55

Please sign in to comment.