Sha256: 84f2ada5ad60ccb46484184ac62d7824ba0aeccbfc47d0f926fec50173db54ef

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

module Spout
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 14
    TINY = 0
    BUILD = "rc" # "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.14.0.rc lib/spout/version.rb