summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-21 19:25:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-21 19:25:12 +0000
commit407df33612f2300f865a829c98d60caedd750190 (patch)
tree6fb5b8be3a1a36990674b3899b1feee336408aa7 /chef-config
parent443989f48f5866d15493c88a78c0c741ca049ad3 (diff)
downloadchef-407df33612f2300f865a829c98d60caedd750190.tar.gz
Bump version to 17.7.14 by Chef Expeditorv17.7.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 9515e68a39..7210629030 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.7.13".freeze
+ VERSION = "17.7.14".freeze
end