summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-16 02:16:46 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-16 02:16:46 +0000
commitb06f6271bebadaa9d75bac23bdfed31b0e0f022c (patch)
tree5df375e65b61ed59f1e3ab8ab67d5eb31b4e1af9 /chef-utils
parentd7ce73fdec304b68b635dcf673f922ef79fc4a87 (diff)
downloadchef-b06f6271bebadaa9d75bac23bdfed31b0e0f022c.tar.gz
Bump version to 17.0.153 by Chef Expeditorv17.0.153
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 c952727ae4..502209c02e 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.152"
+ VERSION = "17.0.153"
end