From 1aff89cf4dd7de7f7178c17172f5b8211370b7f3 Mon Sep 17 00:00:00 2001 From: Mark Tareshawty Date: Mon, 26 Apr 2021 15:09:40 -0400 Subject: [PATCH] Release 4.21.0 --- lib/octokit/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]