diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-09-28 17:28:01 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-09-28 17:28:01 +0000 |
commit | 2cecbde09828446f2906fa436a881ef536035ddc (patch) | |
tree | 486011a1efd5e8456206af7a9e4159fcb35fd174 /chef-utils | |
parent | 3baf3e59fb14f70531828cd199919ca05ee08e21 (diff) | |
download | chef-2cecbde09828446f2906fa436a881ef536035ddc.tar.gz |
Bump version to 18.0.153 by Chef Expeditorv18.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.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 d2e9bba584..5e00e189dc 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 = "18.0.152" + VERSION = "18.0.153" end |