diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-11 15:46:35 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-11 15:46:35 +0000 |
commit | 1abb9174205430cbcddf30b19c9d00c3b24fc5fa (patch) | |
tree | 5b9a352cf2f5cde92ff3cb4f73906c3218782f67 /chef-config | |
parent | 88e7c5ec11d97209ddd6987ae20b2492736e2d4e (diff) | |
download | chef-1abb9174205430cbcddf30b19c9d00c3b24fc5fa.tar.gz |
Bump version to 16.2.28 by Chef Expeditorv16.2.28
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 5ed5139310..033b6aebc0 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.2.27".freeze + VERSION = "16.2.28".freeze end |