summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-30 18:17:20 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-30 18:17:20 +0000
commita75cd086c42a025c5953df45594772e844eb94cc (patch)
tree4fc2a34052e50d1e2dd1bcd5432b215f875986ba /knife
parent02c6454e52a4d8d098f4f366833b829c20195b4d (diff)
downloadchef-a75cd086c42a025c5953df45594772e844eb94cc.tar.gz
Bump version to 18.2.4 by Chef Expeditorv18.2.4
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 1bea566602..1faa55ea45 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.2.3)
- chef (18.2.3-x64-mingw-ucrt)
+ chef (18.2.4)
+ chef (18.2.4-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index fb587f20a7..e2e48f54ef 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.3".freeze
+ VERSION = "18.2.4".freeze
end
end