diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 00:02:33 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 00:02:33 +0000 |
commit | cab92167cebcd107667feb32da4257772d8a3226 (patch) | |
tree | c613385b80299344c90c065e668ac1e6e4196651 /chef-bin | |
parent | 643437d74fca81f0be823f32af30b51f0c81b26a (diff) | |
download | chef-cab92167cebcd107667feb32da4257772d8a3226.tar.gz |
Bump version to 16.4.35 by Chef Expeditorv16.4.35
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.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 e6aaddfb30..67fffcb267 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.4.34".freeze + VERSION = "16.4.35".freeze end # |