summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-23 16:33:39 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-23 16:33:39 +0000
commit5757b0fed55fb79b2421ea781cb599c382f634cb (patch)
treed45a59fabc29ff733b4ba7c32388cb0a396b3bab /knife
parentbafc0d70511919a736bba31c7a5fe94ae1f30741 (diff)
downloadchef-5757b0fed55fb79b2421ea781cb599c382f634cb.tar.gz
Bump version to 18.0.151 by Chef Expeditorv18.0.151
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 f7ee291a6a..d8c67ea7b6 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.150)
- chef (18.0.150-x64-mingw-ucrt)
+ chef (18.0.151)
+ chef (18.0.151-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 334b4c7181..f285a297ad 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.150".freeze
+ VERSION = "18.0.151".freeze
end
end