From d6a9198cb7def54391b0f824ec33e94fc89843d7 Mon Sep 17 00:00:00 2001 From: Guilherme Gorgulho Date: Thu, 3 Oct 2024 12:46:57 -0300 Subject: [PATCH] bump to 2.12.4 --- 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 03f33025..1a523647 100644 --- a/lib/rspotify/version.rb +++ b/lib/rspotify/version.rb @@ -1,3 +1,3 @@ module RSpotify - VERSION = '2.12.3'.freeze + VERSION = '2.12.4'.freeze end