diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-08 22:36:26 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-08 22:36:26 +0000 |
commit | 5ddcf287078a2e0c52a5149e5f4ee45199e419ed (patch) | |
tree | 7e463ff6503d6c39643636a711413dc20e249c5f /chef-bin | |
parent | 17d4a869a2501dc9a94c8142b0f0f96551455c75 (diff) | |
download | chef-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.rb | 2 |
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 # |