summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-17 22:01:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-17 22:01:22 +0000
commit417cbc460e098f1a0397aa64d8a3c1686f9122f2 (patch)
tree548361be0f8ed605aeef6375c961289ea6def873 /chef-utils
parentf339cdcdc461cad2c4c100582829b9a277157589 (diff)
downloadchef-417cbc460e098f1a0397aa64d8a3c1686f9122f2.tar.gz
Bump version to 17.0.156 by Chef Expeditorv17.0.156
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 898173996a..5d7637a61e 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.155"
+ VERSION = "17.0.156"
end