diff --git a/lib/octokit/version.rb b/lib/octokit/version.rb index 140a8d7fe..628af1c33 100644 --- a/lib/octokit/version.rb +++ b/lib/octokit/version.rb @@ -7,7 +7,7 @@ module Octokit # Current minor release. # @return [Integer] - MINOR = 0 + MINOR = 1 # Current patch level. # @return [Integer]