summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-28 20:23:50 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-28 20:23:50 +0000
commitcaaa4e1ea5e36b20698f3e5d0740d047a653c5da (patch)
treebab6699244e137f3d6ae28c9e295bec8dfae1c7b /chef-bin/lib
parent3936167a882e178cab506d830934000052620ac6 (diff)
downloadchef-caaa4e1ea5e36b20698f3e5d0740d047a653c5da.tar.gz
Bump version to 17.6.6 by Chef Expeditorv17.6.6
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 04653db13f..3c86b1a270 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.5".freeze
+ VERSION = "17.6.6".freeze
end
#