Module: Pinterest::Version

Defined in:
lib/pinterest/version.rb

Overview

The current version of pinterest-ruby, according to semantic versioning.

See Also:

Constant Summary collapse

MAJOR =

The major version.

1
MINOR =

The minor version.

0
PATCH =

The patch version.

2
STRING =

The current version of pinterest-ruby.

[MAJOR, MINOR, PATCH].compact.join(".")