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