diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-12-09 18:42:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-12-09 18:42:31 +0000 |
commit | 117ae50c9b44de608cadac098856b846959f2279 (patch) | |
tree | 8ef39d85b8fbd6abd70aab35c575baec9e4c870c /knife | |
parent | 943994135b85afcc0e1f58bc9b9b58a68669029e (diff) | |
download | chef-117ae50c9b44de608cadac098856b846959f2279.tar.gz |
Bump version to 18.0.197 by Chef Expeditorv18.0.197
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 e80be39599..7316fa2228 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.0.196) - chef (18.0.196-x64-mingw-ucrt) + chef (18.0.197) + chef (18.0.197-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 705bf1af4d..75cd4603db 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.0.196".freeze + VERSION = "18.0.197".freeze end end |