Sha256: 40ff16bcf4fc9c6c7992ed5d5f33602046bb268172a1a23847a4c955509bb4ba

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 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.9.27'
      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.9.27 lib/cicd/builder/chefrepo/version.rb