summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-04 13:20:55 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-04 13:20:55 +0000
commit8e36188cce67808d2f09c633993e6eba66792ccd (patch)
treea91007a67a92c64b27e998e5e979b707234c990c /knife
parent1b903a49cb5daceb4eda7736f247f85d7aa2370a (diff)
downloadchef-8e36188cce67808d2f09c633993e6eba66792ccd.tar.gz
Bump version to 18.2.22 by Chef Expeditorv18.2.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r--knife/Gemfile.lock4
-rw-r--r--knife/lib/chef/knife/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock
index f803f4a208..133cc9a54a 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.2.21)
- chef (18.2.21-x64-mingw-ucrt)
+ chef (18.2.22)
+ chef (18.2.22-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 06c5b41893..38763c65f9 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.21".freeze
+ VERSION = "18.2.22".freeze
end
end