diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-28 21:49:20 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-28 21:49:20 +0000 |
commit | a5040b0b7404bfc51ea9ab1530f7517c86adc553 (patch) | |
tree | d1c43a7c0eeeeb5839b64c51898b298ea7c1a5d7 /chef-config | |
parent | cf2d18dbda333a3666f7ef77a6963a5a3da70280 (diff) | |
download | chef-a5040b0b7404bfc51ea9ab1530f7517c86adc553.tar.gz |
Bump version to 16.16.2 by Chef Expeditorv16.16.2
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 ffb2f26500..3a4a9def16 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("..", __dir__) - VERSION = "16.16.1".freeze + VERSION = "16.16.2".freeze end |