diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-08 21:36:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-08 21:36:13 +0000 |
commit | 313afa345a0d19019218807a16bf6fdd6447a87b (patch) | |
tree | 1aff7b6a3fb882cfe06bff0695827f6b161c3f89 /chef-bin | |
parent | 309d8984829fee53c18944b79ee6f80b5fb4aeba (diff) | |
download | chef-313afa345a0d19019218807a16bf6fdd6447a87b.tar.gz |
Bump version to 16.5.35 by Chef Expeditorv16.5.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 4ff336d33b..1d186d09e3 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.5.34".freeze + VERSION = "16.5.35".freeze end # |