diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-05-16 20:13:32 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-05-16 20:13:32 +0000 |
commit | 89d6265e75b3daf795c7fd1345d40398a9b634df (patch) | |
tree | 38340d17b8271d8b71d0b91228929c33abc0b0e4 /knife | |
parent | 6287cc40b94e62e2a9d8d3b5d3936f37469e3104 (diff) | |
download | chef-main.tar.gz |
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r-- | knife/Gemfile.lock | 4 | ||||
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock index 04080b489a..930e377394 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.2.25) - chef (18.2.25-x64-mingw-ucrt) + chef (18.2.26) + chef (18.2.26-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 407a21118a..db9ac055e9 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 = "18.2.25".freeze + VERSION = "18.2.26".freeze end end |