summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-23 17:35:46 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-23 17:35:46 +0000
commitb12e038a577f12bede63eeffe876a0b40ab762dc (patch)
tree4d386443712d3f95a3b18c51408bb1fa086dd939 /knife
parent0487257fa059494e54188885a3a2f0d599838dd5 (diff)
downloadchef-b12e038a577f12bede63eeffe876a0b40ab762dc.tar.gz
Bump version to 18.1.25 by Chef Expeditorv18.1.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 16be0bf1d1..bb1b097710 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.1.24)
- chef (18.1.24-x64-mingw-ucrt)
+ chef (18.1.25)
+ chef (18.1.25-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 72da3ba2ef..448d7b2c39 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.1.24".freeze
+ VERSION = "18.1.25".freeze
end
end