Module: Pinterest::Version
- Defined in:
- lib/pinterest/version.rb
Overview
The current version of pinterest-ruby, according to semantic versioning.
Constant Summary collapse
- MAJOR =
The major version.
1- MINOR =
The minor version.
0- PATCH =
The patch version.
0- STRING =
The current version of pinterest-ruby.
[MAJOR, MINOR, PATCH].compact.join(".")