summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index f6da20845b..e0e537d742 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.4.71".freeze
+ VERSION = "15.4.72".freeze
end
#