From 6cdc03a9e652fb84fff3c42e3381f93c26142b83 Mon Sep 17 00:00:00 2001 From: Guilherme Gorgulho Date: Sun, 29 Sep 2024 15:19:25 -0300 Subject: [PATCH] bump to 2.12.3 --- 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 0e5ad42f..03f33025 100644 --- a/lib/rspotify/version.rb +++ b/lib/rspotify/version.rb @@ -1,3 +1,3 @@ module RSpotify - VERSION = '2.12.2'.freeze + VERSION = '2.12.3'.freeze end