Sha256: 5337acb003872620fa909cda4665c926bee010e975f97b6d9c1c1d2eca15b676

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

module CiCd
  # noinspection ALL
  module Builder
    module ChefRepo
      # %w(VERSION MAJOR MINOR TINY PATCH ).each do |c|
      #   remove_const c if const_defined?(c)
      # end

      VERSION  = '0.1.3'
      MAJOR, MINOR, TINY = VERSION.split('.')
      PATCH = TINY
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chefrepo-builder-0.1.3 lib/cicd/builder/chefrepo/version.rb