summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:35:10 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:35:16 +0000
commitfe1ac7541bcc05c015cafe6f8de9449dd6b7b2be (patch)
treea375960d0ed826500137cf5b35cab4ca4bdfb3c6 /chef-config
parent62d44e8647bbe7cb0642293d771a8889aafd98db (diff)
downloadchef-fe1ac7541bcc05c015cafe6f8de9449dd6b7b2be.tar.gz
Bump version to 16.11.15 by Chef Expeditorv16.11.15
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 956c23c6e7..7c0ccaa92f 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.14".freeze
+ VERSION = "16.11.15".freeze
end