summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-20 22:03:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-20 22:03:12 +0000
commitf9a785341e487c5f77da1ae376563f2e50f3c771 (patch)
tree62832645690dea0d2c1d42b4abe4b6f0fb309ad5 /chef-utils
parent49c96ee434fe56a5898f07e5f321b0de0258ae09 (diff)
downloadchef-f9a785341e487c5f77da1ae376563f2e50f3c771.tar.gz
Bump version to 17.0.3 by Chef Expeditorv17.0.3
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 3347362940..2acecdaa0f 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.2"
+ VERSION = "17.0.3"
end