diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-06-21 17:30:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-06-21 17:30:52 +0000 |
commit | c061eea9995d8ea676dc5fd24fda16e068ed50a3 (patch) | |
tree | b7e6bb5e899638e590eb1d40ebcfb25a88c741a4 /chef-utils | |
parent | 803af14184219282d36bc6229868fca5f1cb2970 (diff) | |
download | chef-c061eea9995d8ea676dc5fd24fda16e068ed50a3.tar.gz |
Bump version to 18.0.121 by Chef Expeditorv18.0.121
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 6b74b744f5..72de2a34ca 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.120" + VERSION = "18.0.121" end |