summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-09 23:24:03 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-09 23:24:03 +0000
commitd92c31cbf8d004556d835c2bbf5f3c4e53cad805 (patch)
tree4536d77ab27ceb946cd84ca8b1f55299da75cc11 /chef-utils
parent128a75e5f4d47ee0a6c51376c954a7324c8fd2ed (diff)
downloadchef-d92c31cbf8d004556d835c2bbf5f3c4e53cad805.tar.gz
Bump version to 17.0.141 by Chef Expeditorv17.0.141
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 c31f2aa015..fd4415d414 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.140"
+ VERSION = "17.0.141"
end