diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-15 19:26:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-15 19:26:05 +0000 |
commit | f464c81063f6ffdce62716a2f116dd58de1be98e (patch) | |
tree | dcd12913cd5faa87444f0c16d5b31fce24bf28b7 /chef-utils | |
parent | ea9a03f12be31e32d3fd1b6e619750773788aa70 (diff) | |
download | chef-f464c81063f6ffdce62716a2f116dd58de1be98e.tar.gz |
Bump version to 18.0.67 by Chef Expeditorv18.0.67
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 87f5d940a4..42dde4931e 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.66" + VERSION = "18.0.67" end |