summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-18 00:22:13 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-18 00:22:13 +0000
commite1d61c3b8fb24d7ae638003d3ff3b367b18151e3 (patch)
tree1479475aaa0af86ad41a63da7cad90c5b0ad4507 /chef-utils
parentfb60fd45b2c217f129db37b035e671e41143967c (diff)
downloadchef-e1d61c3b8fb24d7ae638003d3ff3b367b18151e3.tar.gz
Bump version to 17.0.157 by Chef Expeditorv17.0.157
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 5d7637a61e..d5c6b3e0c4 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.156"
+ VERSION = "17.0.157"
end