summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-02 16:30:25 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-02 16:30:25 +0000
commit09c923b71fede078418982903a83ef1516c2c423 (patch)
tree39b187e48f1834d688ce392068fa4f42f0f1c346 /chef-bin
parentb71c1afd71816c4db0bbea371ade4e7dc3048746 (diff)
downloadchef-09c923b71fede078418982903a83ef1516c2c423.tar.gz
Bump version to 16.7.66 by Chef Expeditorv16.7.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 487ca6fe81..2ecbc5164a 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 = "16.7.65".freeze
+ VERSION = "16.7.66".freeze
end
#