Sha256: 87fc9ce89876b10a0cd3c10bcf23fd776989f1ba0b69af1b241492c318664a02

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module FlipFab
  base = '1.1.20'

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