summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-05 23:07:30 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-05 23:07:30 +0000
commitc0adbc35c37a81397fc6e5f683bed4c6341dbedb (patch)
tree40cfcaf938e65c6720a6a2a707a77d6493d5e760 /chef-utils
parent09bc9280ac985a4cbc4ff60299feaabeb15e0d1c (diff)
downloadchef-c0adbc35c37a81397fc6e5f683bed4c6341dbedb.tar.gz
Bump version to 17.0.30 by Chef Expeditorv17.0.30
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 9850cc2c42..3b19ee878a 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.29"
+ VERSION = "17.0.30"
end