summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-21 21:46:19 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-21 21:46:19 +0000
commit001c4b6f9a54dac23e351e28d415259c38a5441f (patch)
treece1d7c0a0deb4f5166b42acac12b653075d3f348 /chef-utils
parent772863d1f16271f566302223961d96f45d093169 (diff)
downloadchef-001c4b6f9a54dac23e351e28d415259c38a5441f.tar.gz
Bump version to 17.5.14 by Chef Expeditorv17.5.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 986f79f29a..fba28de48e 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.5.13"
+ VERSION = "17.5.14"
end