From 4a994cc958462771f7a752cbb2e3a256568295bd Mon Sep 17 00:00:00 2001 From: Guilherme Gorgulho Date: Sun, 20 Aug 2023 11:26:48 -0300 Subject: [PATCH] bump to 2.12.0 --- lib/rspotify/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rspotify/version.rb b/lib/rspotify/version.rb index 3a3ca641..5f655bbb 100644 --- a/lib/rspotify/version.rb +++ b/lib/rspotify/version.rb @@ -1,3 +1,3 @@ module RSpotify - VERSION = '2.11.1'.freeze + VERSION = '2.12.0'.freeze end