module Cursory
Constants
- VERSION
Public Class Methods
version()
click to toggle source
# File lib/cursory/version.rb, line 2 def self.version return "1.0.#{ENV['SNAP_PIPELINE_COUNTER']}" if ENV['SNAP_PIPELINE_COUNTER'] "1.0.0" end