Sha256: 970476c58c830f3a9c8f14747292a3b31433abd34f909d05da489f22adad794f

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module FlipFab
  base = '1.0.16'

  # SB-specific versioning "algorithm" to accommodate BNW/Jenkins/gemstash
  VERSION = (pre = ENV.fetch('GEM_PRE_RELEASE', '')).empty? ? base : "#{base}.#{pre}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flip_fab-1.0.16 lib/flip_fab/version.rb