summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 16:36:31 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 16:36:31 +0000
commit9c85ae2b30a69b004607f86c18c049fb78ef6400 (patch)
tree8344a5b643274f12b6f3b782aecd1a0696031529 /chef-utils
parent56f3c2bbc5e3558ec760669ffd6a54006fcd49eb (diff)
downloadchef-9c85ae2b30a69b004607f86c18c049fb78ef6400.tar.gz
Bump version to 16.5.41 by Chef Expeditorv16.5.41
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 2bc34a4022..1b2393179b 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.5.40".freeze
+ VERSION = "16.5.41".freeze
end