lib/flip_fab/version.rb in flip_fab-1.0.17 vs lib/flip_fab/version.rb in flip_fab-1.0.18
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
module FlipFab
- base = '1.0.17'
+ 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