summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-27 23:23:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-27 23:23:27 +0000
commit9defd339d60615fa5555f412581bd97e5bc3a070 (patch)
treef411cbea5d5dc8cf9479f904a725d39efc131528 /chef-bin
parente61cfd82a543a385bde7c500c3cc8e3edd7bbfae (diff)
downloadchef-9defd339d60615fa5555f412581bd97e5bc3a070.tar.gz
Bump version to 17.0.66 by Chef Expeditorv17.0.66
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 0bd1a2543b..2ad1acaf2f 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.0.65".freeze
+ VERSION = "17.0.66".freeze
end
#