Sha256: e808d4e4831f617fd432ba87b3d3581c8a8dc94a6bbfb5544ade8c2615584fb2

Contents?: true

Size: 291 Bytes

Versions: 1

Compression:

Stored size: 291 Bytes

Contents

module CiCd
	# noinspection ALL
  module Builder
		# file    = File.expand_path("#{File.dirname(__FILE__)}/../../../VERSION")
		# lines   = File.readlines(file)
		# version = lines[0]
		version = '0.9.10'
		VERSION = version
		MAJOR, MINOR, TINY = VERSION.split('.')
		PATCH = TINY
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cicd-builder-0.9.10 lib/cicd/builder/version.rb