Sha256: c8c305497afa0534e55be84b23de6484bd9a7f2944db0ff4d25d7c8c12a76283

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

module ViniBaxter
  # module SpaLanding
  #   VERSION = '15.0.0'
  # end
  module SpaLanding
    MAJOR = 15
    MINOR = 0
    TINY = 1
    PRE = "alpha"

    VERSION = [MAJOR, MINOR, TINY, PRE].compact.join(".")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
viniBaxter-spa_landing-15.0.1.alpha lib/viniBaxter/spa_landing/version.rb