summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-15 20:12:55 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-15 20:12:55 +0000
commit7eb9179ed6eaf024f62546001544ea2caa3d184c (patch)
tree8d79a99f377e449de284eb25dbe35762932e4762 /chef-utils
parent5019d629f73c942cf1066e452359a53faec5797b (diff)
downloadchef-7eb9179ed6eaf024f62546001544ea2caa3d184c.tar.gz
Bump version to 17.0.102 by Chef Expeditorv17.0.102
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 5cd750b2d0..be33e543f8 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.101"
+ VERSION = "17.0.102"
end