diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-17 21:28:20 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-17 21:28:20 +0000 |
commit | dd8f501ecd7d24324ec61c754ebde45f10c2f494 (patch) | |
tree | dfd0dcace17a6e72be2ad4eb46a97b5628793b5f /chef-bin | |
parent | 279526d04259a6af87c6153fa35cad29513afcd8 (diff) | |
download | chef-dd8f501ecd7d24324ec61c754ebde45f10c2f494.tar.gz |
Bump version to 18.0.45 by Chef Expeditorv18.0.45
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 151e76e5ee..050e9081ae 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.44".freeze + VERSION = "18.0.45".freeze end # |