diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 21:14:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 21:14:13 +0000 |
commit | e95c2055d2a1fb63abbed11d775d42edb2256223 (patch) | |
tree | 5646033cf7fc0b700357cfe72c0e0404ec5e55e3 /knife | |
parent | 674bad1202f0fdeb7f77dd9acad5be5fcf95c4f1 (diff) | |
download | chef-e95c2055d2a1fb63abbed11d775d42edb2256223.tar.gz |
Bump version to 17.9.29 by Chef Expeditorv17.9.29
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-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 b631953ee0..fd57f760ea 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 = "17.9.28".freeze + VERSION = "17.9.29".freeze end end |