diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-27 16:53:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-27 16:53:56 +0000 |
commit | 092b0ea9fb7952b9a09aa13d1e67346a34c97ecd (patch) | |
tree | 2b24519f13e821fe166cc450a151de4c5789a8aa /chef-bin/lib | |
parent | 1e31ed5c8918c3c5059bf25a5e1b719304a29177 (diff) | |
download | chef-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.rb | 2 |
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 # |