diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-07 01:41:03 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-07 01:41:03 +0000 |
commit | d764ddf8422af8cc892a0921ec9baf4404ab8c85 (patch) | |
tree | d23266b43697b20e78325551e7accf89d73179a3 /chef-config | |
parent | 740396debdde52176a91c6a78d949f7f345ef69e (diff) | |
download | chef-d764ddf8422af8cc892a0921ec9baf4404ab8c85.tar.gz |
Bump version to 16.0.282 by Chef Expeditorv16.0.282
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 2adeeebfa1..8d94d5ae74 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.0.281".freeze + VERSION = "16.0.282".freeze end |