summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-18 20:48:12 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-18 20:48:12 +0000
commitdac6ee1ff9339737f7426292f88f724723221a43 (patch)
tree37f6023fe916709c8fe0715f9b39e7fb7f1ceaa7 /chef-utils
parent9072d415bcdca5b4fd1e49c8a9a1f542d2978d72 (diff)
downloadchef-dac6ee1ff9339737f7426292f88f724723221a43.tar.gz
Bump version to 17.10.42 by Chef Expeditorv17.10.42
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 d3a7f841eb..74a15a0226 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.10.41"
+ VERSION = "17.10.42"
end