From f4546c37c9b8e683dff60e47bde164ca6b030d52 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Tue, 23 Aug 2022 17:24:41 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20for=20release=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/oauth/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oauth/version.rb b/lib/oauth/version.rb index 6703cc3c..98bff966 100644 --- a/lib/oauth/version.rb +++ b/lib/oauth/version.rb @@ -2,6 +2,6 @@ module OAuth module Version - VERSION = "0.6.0" + VERSION = "0.6.1" end end