summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 17:06:37 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 17:06:40 +0000
commit2e6ea2b62ddeb3775f3da16c7e9f60e9be596d49 (patch)
tree811ba42f83bd30c4ae370c87d47c71356c3aaeac /chef-utils
parentf846f75af07b457db77676aa4c1769d55a9b3f7d (diff)
downloadchef-2e6ea2b62ddeb3775f3da16c7e9f60e9be596d49.tar.gz
Bump version to 17.0.192 by Chef Expeditorv17.0.192
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 af92a10387..403a5c08cf 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.191"
+ VERSION = "17.0.192"
end