lib/cicd/builder/ansiblerepo/version.rb in ansiblerepo-builder-0.2.1 vs lib/cicd/builder/ansiblerepo/version.rb in ansiblerepo-builder-0.2.2

- old
+ new

@@ -1,9 +1,9 @@ module CiCd module Builder module AnsibleRepo # ansiblerepo-builder version - VERSION = "0.2.1" + VERSION = '0.2.2' MAJOR, MINOR, TINY = VERSION.split('.') PATCH = TINY end end end