diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-13 19:34:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-13 19:34:35 +0000 |
commit | dab953e164a4c124933890b027330a4223b6e6b4 (patch) | |
tree | da1ee97c82e61d0041ccdc2b08b1c53f7a104ff5 /chef-bin | |
parent | e3e6ef0987b52ce14c8570a49aebaa8baf04ccea (diff) | |
download | chef-dab953e164a4c124933890b027330a4223b6e6b4.tar.gz |
Bump version to 16.4.23 by Chef Expeditorv16.4.23
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 c7a42742de..96cad480f1 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.22".freeze + VERSION = "16.4.23".freeze end # |