diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-07 04:10:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-07 04:10:58 +0000 |
commit | 41a953050a3c0197619f4b5a9139ea174c0a1f4a (patch) | |
tree | c7cb5884f79df1a3fa139fe9c483635fdd1b731e /knife | |
parent | afb9f9db7e693b1c75ddbf48dec276e4cec60923 (diff) | |
download | chef-41a953050a3c0197619f4b5a9139ea174c0a1f4a.tar.gz |
Bump version to 17.7.0 by Chef Expeditorv17.7.0
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 da6282c3fa..7313609ae5 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.6.21".freeze + VERSION = "17.7.0".freeze end end |