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 /knife/lib/chef | |
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 'knife/lib/chef')
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 8665658c61..110d1d9a1e 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "18.0.66".freeze + VERSION = "18.0.67".freeze end end |