diff --git a/lib/octokit/version.rb b/lib/octokit/version.rb index e0362462c..e782dc935 100644 --- a/lib/octokit/version.rb +++ b/lib/octokit/version.rb @@ -5,7 +5,7 @@ module Octokit # Current minor release. # @return [Integer] - MINOR = 20 + MINOR = 21 # Current patch level. # @return [Integer]