summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-17 22:06:06 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-17 22:06:06 +0000
commit866380de04c61aa1bddb0ab04d58e0178c864a4c (patch)
tree277327c58707dc19b5d2551b419fb5fcf53fe74b /chef-config
parentc950eb1dd04df10f8ebc80f424fd39d948c3a1f9 (diff)
downloadchef-866380de04c61aa1bddb0ab04d58e0178c864a4c.tar.gz
Bump version to 15.14.1 by Chef Expeditorv15.14.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 3736eb3a13..dbb39ade44 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 = "15.14.0".freeze
+ VERSION = "15.14.1".freeze
end