diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-09 18:02:54 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-09 18:02:54 +0000 |
commit | 197bbe93998ef796e96774590c70356439edbf2b (patch) | |
tree | bf0960c05f93a95342e251b2f9736c17f1f03ed3 /chef-bin | |
parent | d919c96733786a7501f21f9fa72ba73eed4c76e8 (diff) | |
download | chef-197bbe93998ef796e96774590c70356439edbf2b.tar.gz |
Bump version to 15.6.2 by Chef Expeditorv15.6.2
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 ca32f7a1d2..7ab87d8de5 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.6.1".freeze + VERSION = "15.6.2".freeze end # |