Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Jul 12, 2022
1 parent 0629ddc commit 9bb6362
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 = 4
MAJOR = 5

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

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

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

0 comments on commit 9bb6362

Please sign in to comment.