diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-17 01:09:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-17 01:09:07 +0000 |
commit | 297dd425acf8147e6a55a8a53e68944341e28e3f (patch) | |
tree | c19d66184298e62f059d309437d0649d60cd0377 /chef-bin | |
parent | b096b9f6d3834e3b4093e510000ceacc5a46d69a (diff) | |
download | chef-297dd425acf8147e6a55a8a53e68944341e28e3f.tar.gz |
Bump version to 16.15.3 by Chef Expeditorv16.15.3
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 b6cefbf465..07056f882e 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.15.2".freeze + VERSION = "16.15.3".freeze end # |