From 55678daaeed2dfaff8bd92fc4b3810ddf18a9806 Mon Sep 17 00:00:00 2001 From: Nick Floyd Date: Thu, 6 Apr 2023 16:06:52 -0500 Subject: [PATCH] v6.1.1 --- 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 7de08e75f..fe91f4281 100644 --- a/lib/octokit/version.rb +++ b/lib/octokit/version.rb @@ -11,7 +11,7 @@ module Octokit # Current patch level. # @return [Integer] - PATCH = 0 + PATCH = 1 # Full release version. # @return [String]