module Spotify # @note See README for versioning policy. # @return [String] Spotify gem version. VERSION = '12.6.0' # @return [String] Compatible libspotify API version. API_VERSION = '12.1.51' end