diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-27 14:35:45 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-27 14:35:45 +0000 |
commit | 3f6fe37533dd5e2fa03de753f2a7de01e46ac920 (patch) | |
tree | 591959ff923110981b25c310d6049435627a4dc0 /knife | |
parent | ede42c858d735bde1ee2e8173267881cfa707159 (diff) | |
download | chef-3f6fe37533dd5e2fa03de753f2a7de01e46ac920.tar.gz |
Bump version to 17.7.26 by Chef Expeditorv17.7.26
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 8bd3c5cb6b..d7d5e8ae51 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.7.25".freeze + VERSION = "17.7.26".freeze end end |