summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-30 22:49:02 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-30 22:49:02 +0000
commitcb5fa332bf29a7f1e56e20ebdaeb2b7c51181e9f (patch)
treecb5edb9a6eaa29ff566dd00f3823a2344a3929d9 /chef-config/lib
parent45039784ba9fdaa2ef0f4a12abfc3101d7e32929 (diff)
downloadchef-cb5fa332bf29a7f1e56e20ebdaeb2b7c51181e9f.tar.gz
Bump version to 17.6.14 by Chef Expeditorv17.6.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 998f58b922..b805efb588 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 = "17.6.13".freeze
+ VERSION = "17.6.14".freeze
end