diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-01 03:09:15 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-01 03:09:15 +0000 |
commit | 8b9382961f7ef994cf5746d6a038088f1242cd6d (patch) | |
tree | 0d06132b5186e756cc85ca756faf3a4dc944d7d6 /chef-bin | |
parent | dd79e571b6b28c6b84e8f1b247d891921f0e5f76 (diff) | |
download | chef-8b9382961f7ef994cf5746d6a038088f1242cd6d.tar.gz |
Bump version to 17.6.15 by Chef Expeditorv17.6.15
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 48dad95002..f329153b6a 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("..", __dir__) - VERSION = "17.6.14".freeze + VERSION = "17.6.15".freeze end # |