summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-15 21:01:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-15 21:01:51 +0000
commit47a530e2b2e6760bebcfc8e8ce639ea56fb44d4f (patch)
treecae6360f095a0441921f88ff5501bfd1bd472f68 /chef-utils
parentc188eef1c1efa304e78f2b0e75785afb37bdfbea (diff)
downloadchef-47a530e2b2e6760bebcfc8e8ce639ea56fb44d4f.tar.gz
Bump version to 17.0.152 by Chef Expeditorv17.0.152
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 21cee69b86..c952727ae4 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.151"
+ VERSION = "17.0.152"
end