From d87c9c2ba2e14fa91435049eea46370b30ec064a Mon Sep 17 00:00:00 2001 From: Nick Floyd <139819+nickfloyd@users.noreply.github.com> Date: Thu, 26 May 2022 17:57:04 +0000 Subject: [PATCH] Updates to 4.23.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 51bd73847..3c02d5f1f 100644 --- a/lib/octokit/version.rb +++ b/lib/octokit/version.rb @@ -5,7 +5,7 @@ module Octokit # Current minor release. # @return [Integer] - MINOR = 22 + MINOR = 23 # Current patch level. # @return [Integer]