Module: SpotifyWeb::Version

Defined in:
lib/spotify_web/version.rb

Overview

The current version of the library

Constant Summary collapse

MAJOR =
0
MINOR =
0
PATCH =
1
STRING =
[MAJOR, MINOR, PATCH].join(".")