Skip to content

Commit

Permalink
Bump version to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Oct 30, 2023
1 parent a34a726 commit 0d09c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/octokit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
module Octokit
# Current major release.
# @return [Integer]
MAJOR = 7
MAJOR = 8

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

# Current patch level.
# @return [Integer]
Expand Down

0 comments on commit 0d09c81

Please sign in to comment.