summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:39:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:39:29 +0000
commit9777dbaa10fe3d5ad3a3df904ed488b35c92139c (patch)
treece6715964e76e288629557cacc39363d8faf77cd /chef-config
parentfe1ac7541bcc05c015cafe6f8de9449dd6b7b2be (diff)
downloadchef-9777dbaa10fe3d5ad3a3df904ed488b35c92139c.tar.gz
Bump version to 16.11.16 by Chef Expeditorv16.11.16
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 7c0ccaa92f..838876fad2 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.11.15".freeze
+ VERSION = "16.11.16".freeze
end