summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 03:09:15 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 03:09:15 +0000
commit8b9382961f7ef994cf5746d6a038088f1242cd6d (patch)
tree0d06132b5186e756cc85ca756faf3a4dc944d7d6 /chef-bin
parentdd79e571b6b28c6b84e8f1b247d891921f0e5f76 (diff)
downloadchef-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.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 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
#