Sha256: 3cce53cdde20b507ac8b258584446dc4964c8e78ffa5424f511ddb088cdee2d8

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module FlipFab
  base = '1.0.18'

  # 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.18 lib/flip_fab/version.rb