diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-07 04:37:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-07 04:37:56 +0000 |
commit | 1b2425a3949c75d814d597058402fc510466c256 (patch) | |
tree | 8efb02d7dfad0c78bd0516bea51912abafb432d6 /chef-utils | |
parent | 42d7ca5615895bfbfef7ae61ae38bfd5c63ad813 (diff) | |
download | chef-1b2425a3949c75d814d597058402fc510466c256.tar.gz |
Bump version to 17.0.137 by Chef Expeditorv17.0.137
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 292335b79e..185bbf6cf3 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.136" + VERSION = "17.0.137" end |