summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-09 20:17:31 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-09 20:17:36 +0000
commitdd9f1d09d4c73391d2aeaf1990fea9745ea7b2a7 (patch)
tree8240c8c0e487097e5213cdcdeaa6cad43f635089 /chef-utils
parentdccbea46e8b209ddeaac8c4c9598cd1bbb6fcc1d (diff)
downloadchef-dd9f1d09d4c73391d2aeaf1990fea9745ea7b2a7.tar.gz
Bump version to 17.5.2 by Chef Expeditorv17.5.2
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 4bad38f029..4cc04f3021 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.1"
+ VERSION = "17.5.2"
end