summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-27 03:13:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-27 03:13:41 +0000
commit1a5ac4d8204440427ccf40e5f149dd0f342960ea (patch)
treeebaecf784f4b402065f8a7bb1a0ba52614af0577 /chef-utils
parent8dc8589da72337e00c5f9de070529bb89e4f37cc (diff)
downloadchef-1a5ac4d8204440427ccf40e5f149dd0f342960ea.tar.gz
Bump version to 17.0.242 by Chef Expeditorv17.0.242
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 9b461d6f21..74de664565 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.0.241"
+ VERSION = "17.0.242"
end