summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:30:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:30:59 +0000
commit1f598f2b4576d4041132157a6e9f5d8562f0fa89 (patch)
tree80bef366618f7f72fb3a76214dbe9434f14ebadd /chef-config
parent45db8a2cf3d76dca6360334cfd87f7261a89ed4f (diff)
downloadchef-1f598f2b4576d4041132157a6e9f5d8562f0fa89.tar.gz
Bump version to 16.11.14 by Chef Expeditorv16.11.14
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 55da248677..956c23c6e7 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.13".freeze
+ VERSION = "16.11.14".freeze
end