From d94ccc071532b9271d2d9883727036ca6e28be26 Mon Sep 17 00:00:00 2001 From: Wynn Netherland Date: Tue, 17 Nov 2015 06:04:43 -0600 Subject: [PATCH] v4.2.0 /cc @atmos --- lib/octokit/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/octokit/version.rb b/lib/octokit/version.rb index eeadcd1ef..f7c0d149f 100644 --- a/lib/octokit/version.rb +++ b/lib/octokit/version.rb @@ -5,11 +5,11 @@ module Octokit # Current minor release. # @return [Integer] - MINOR = 1 + MINOR = 2 # Current patch level. # @return [Integer] - PATCH = 1 + PATCH = 0 # Full release version. # @return [String]