module CiCd module Builder module Manifest # manifest-builder version VERSION = '0.6.6' MAJOR, MINOR, TINY = VERSION.split('.') PATCH = TINY end end end