diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-14 22:52:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-14 22:52:59 +0000 |
commit | 8b6aee19257eb81d468e1589fcfaf38c0603e5de (patch) | |
tree | 4cb376200b0b417c2c8d391300a006bce9feeebb /chef-bin | |
parent | 24fe5d7c958d60d4a5ec12024a4aa7670ac52b02 (diff) | |
download | chef-8b6aee19257eb81d468e1589fcfaf38c0603e5de.tar.gz |
Bump version to 16.4.28 by Chef Expeditorv16.4.28
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 4f99c01803..25b4b8a26f 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.27".freeze + VERSION = "16.4.28".freeze end # |