module CiCd module Builder module AnsibleRepo # ansiblerepo-builder version VERSION = '0.5.4' MAJOR, MINOR, TINY = VERSION.split('.') PATCH = TINY end end end