lib/cicd/builder/manifest/version.rb in manifest-builder-0.7.1 vs lib/cicd/builder/manifest/version.rb in manifest-builder-0.7.2
- old
+ new
@@ -1,9 +1,9 @@
module CiCd
module Builder
module Manifest
# manifest-builder version
- VERSION = '0.7.1'
+ VERSION = '0.7.2'
MAJOR, MINOR, TINY = VERSION.split('.')
PATCH = TINY
end
end
end