summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-28 20:24:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-28 20:24:28 +0000
commit9da43a81b207e2a798aab5ed0fd083779e4c480c (patch)
treed4784cc3e35356538bf40fc3a771b0b7b0539250 /chef-config
parente2871e65215ceb4b81c3cfae18ca05a5d42b4149 (diff)
downloadchef-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.rb2
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