summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-22 16:54:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-22 16:54:47 +0000
commit9aa2e3afc21285d3f81a0f089a27c67641936abc (patch)
tree7a0c717c461e3b71a8b81196a969ae131fcc6cd5 /chef-utils/lib/chef-utils/version.rb
parent7317fdeb7ffca8bc6ab7cbcfa9e2bffe4fd91296 (diff)
downloadchef-9aa2e3afc21285d3f81a0f089a27c67641936abc.tar.gz
Bump version to 17.5.18 by Chef Expeditorv17.5.18
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 1800f9d1a9..ecb5763316 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.17"
+ VERSION = "17.5.18"
end