lib/cicd/builder/chefrepo/version.rb in chefrepo-builder-0.9.24 vs lib/cicd/builder/chefrepo/version.rb in chefrepo-builder-0.9.25
- old
+ new
@@ -4,10 +4,10 @@
module ChefRepo
# %w(VERSION MAJOR MINOR TINY PATCH ).each do |c|
# remove_const c if const_defined?(c)
# end
- VERSION = '0.9.24'
+ VERSION = '0.9.25'
MAJOR, MINOR, TINY = VERSION.split('.')
PATCH = TINY
end
end
end