summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-27 16:53:56 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-27 16:53:56 +0000
commit092b0ea9fb7952b9a09aa13d1e67346a34c97ecd (patch)
tree2b24519f13e821fe166cc450a151de4c5789a8aa /chef-bin/lib
parent1e31ed5c8918c3c5059bf25a5e1b719304a29177 (diff)
downloadchef-092b0ea9fb7952b9a09aa13d1e67346a34c97ecd.tar.gz
Bump version to 17.6.4 by Chef Expeditorv17.6.4
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 e2f28d270b..3c961e9154 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.3".freeze
+ VERSION = "17.6.4".freeze
end
#