diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-21 20:38:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-21 20:38:49 +0000 |
commit | 59383de02b698c2eee25492c4473c6820b3ee125 (patch) | |
tree | f397a912c3656e7c8b9f11a7496f43d41f650ca7 /knife | |
parent | ede9db11bc82afe440f0ee6d122c3747458cc1a1 (diff) | |
download | chef-59383de02b698c2eee25492c4473c6820b3ee125.tar.gz |
Bump version to 17.3.48 by Chef Expeditorv17.3.48
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 1b2eead19e..e4fba29411 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.3.47".freeze + VERSION = "17.3.48".freeze end end |