summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-10 12:35:52 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-10 12:35:52 +0000
commit4ebf4d96c26c684af7fb04982a6924258c616696 (patch)
treefb32bf3522ed4a963269d83f17c7658ad6b4f281 /knife
parent42a076b15384dc4451dfbd0026c6b8d31d0774c1 (diff)
downloadchef-4ebf4d96c26c684af7fb04982a6924258c616696.tar.gz
Bump version to 18.2.25 by Chef Expeditorv18.2.25
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 8d4ab7d4ba..04080b489a 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.2.24)
- chef (18.2.24-x64-mingw-ucrt)
+ chef (18.2.25)
+ chef (18.2.25-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 7737d3b794..407a21118a 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.24".freeze
+ VERSION = "18.2.25".freeze
end
end