Module: MaplibreGl::Rails::VERSION

Defined in:
lib/maplibre-gl/rails/version.rb

Overview

Follows Maplibre GL JS versioning.

Constant Summary collapse

MAJOR =

Major version number

2
MINOR =

Minor version number

4
TINY =

Smallest version number

0
STRING =

Full version number

[MAJOR, MINOR, TINY].compact.join('.')