diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-14 20:11:48 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-14 20:11:48 +0000 |
commit | 050e1b865f725558bdfbfd5203981f437ff3c08b (patch) | |
tree | 6ed2d04614d3a26d97790a0f90bc46b779986ce0 /chef-bin/lib | |
parent | 5ca5e1ec468f3c2a3fb03824884d8138f628778d (diff) | |
download | chef-050e1b865f725558bdfbfd5203981f437ff3c08b.tar.gz |
Bump version to 18.0.35 by Chef Expeditorv18.0.35
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 6d80bc497f..99afffaedf 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 = "18.0.34".freeze + VERSION = "18.0.35".freeze end # |