diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-07 20:55:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-07 20:55:28 +0000 |
commit | ed25ce413b2d7966cb4c948962d40f5317d7f297 (patch) | |
tree | 8bf81b4a9d3d78382b4ccfb49c781bda1c0dacf2 /knife | |
parent | d9a8e2a77f73c0cb25a7d13ad3d1ae470a939dc7 (diff) | |
download | chef-ed25ce413b2d7966cb4c948962d40f5317d7f297.tar.gz |
Bump version to 17.4.50 by Chef Expeditorv17.4.50
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 5eb10047fe..07ff7d8b7a 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.4.49".freeze + VERSION = "17.4.50".freeze end end |