diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-17 22:01:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-17 22:01:22 +0000 |
commit | 417cbc460e098f1a0397aa64d8a3c1686f9122f2 (patch) | |
tree | 548361be0f8ed605aeef6375c961289ea6def873 /chef-utils | |
parent | f339cdcdc461cad2c4c100582829b9a277157589 (diff) | |
download | chef-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.rb | 2 |
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 |