module Contentful::Bootstrap

Constants

VERSION

Public Class Methods

major_version() click to toggle source
# File lib/contentful/bootstrap/version.rb, line 5
def self.major_version
  VERSION.split('.').first.to_i
end