summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-24 02:48:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-24 02:48:29 +0000
commite104dec834934eeb23458733baf5787434f5ea06 (patch)
treebc563d49a0a1a24a5b9fb8acbc4ae8d88df13060 /chef-bin
parent718ad0a76dcedc81b81ba9de8dcef98c08fff56f (diff)
downloadchef-e104dec834934eeb23458733baf5787434f5ea06.tar.gz
Bump version to 17.0.167 by Chef Expeditorv17.0.167
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 4dd5b3c799..005f09b74b 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.166".freeze
+ VERSION = "17.0.167".freeze
end
#