Sha256: 2502328459cc0182037290a9a6587e388ac87d939b4c56c0fab7804eac3fb6b3

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

module Spout
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 13
    TINY = 0
    BUILD = "beta1" # "pre", "rc", "rc2", nil

    STRING = [MAJOR, MINOR, TINY, BUILD].compact.join(".").freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spout-0.13.0.beta1 lib/spout/version.rb