summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-08 22:36:26 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-08 22:36:26 +0000
commit5ddcf287078a2e0c52a5149e5f4ee45199e419ed (patch)
tree7e463ff6503d6c39643636a711413dc20e249c5f /chef-utils
parent17d4a869a2501dc9a94c8142b0f0f96551455c75 (diff)
downloadchef-5ddcf287078a2e0c52a5149e5f4ee45199e419ed.tar.gz
Bump version to 15.4.72 by Chef Expeditorv15.4.72
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index b7fc1364b9..cf8baac30b 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.4.71".freeze
+ VERSION = "15.4.72".freeze
end