Skip to content

Commit

Permalink
Bump version 4.5.0.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyw committed Oct 31, 2016
1 parent 71c9339 commit b90a895
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 @@ -5,11 +5,11 @@ module Octokit

# Current minor release.
# @return [Integer]
MINOR = 4
MINOR = 5

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

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

0 comments on commit b90a895

Please sign in to comment.