diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-28 20:24:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-28 20:24:28 +0000 |
commit | 9da43a81b207e2a798aab5ed0fd083779e4c480c (patch) | |
tree | d4784cc3e35356538bf40fc3a771b0b7b0539250 /chef-config | |
parent | e2871e65215ceb4b81c3cfae18ca05a5d42b4149 (diff) | |
download | chef-9da43a81b207e2a798aab5ed0fd083779e4c480c.tar.gz |
Bump version to 16.16.1 by Chef Expeditorv16.16.1
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 b919f74275..ffb2f26500 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.0".freeze + VERSION = "16.16.1".freeze end |