diff --git a/lib/octokit/version.rb b/lib/octokit/version.rb index 0856d4b27..373f449bb 100644 --- a/lib/octokit/version.rb +++ b/lib/octokit/version.rb @@ -5,7 +5,7 @@ module Octokit # Current minor release. # @return [Integer] - MINOR = 13 + MINOR = 14 # Current patch level. # @return [Integer]