summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-12 12:56:49 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-12 12:56:49 +0000
commit4ebac36cd739c66a5abf8fdc42ff089388a0dbd2 (patch)
tree9b0545f2cbcf18e7454d01b4e6843ed4876101d0 /knife
parentfb366f4df8885b62ca6eab51bb2457a846cc41b2 (diff)
downloadchef-4ebac36cd739c66a5abf8fdc42ff089388a0dbd2.tar.gz
Bump version to 18.0.161 by Chef Expeditorv18.0.161
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 1dbc64752f..b5b50895be 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.160)
- chef (18.0.160-x64-mingw-ucrt)
+ chef (18.0.161)
+ chef (18.0.161-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 98693b10f6..c79b27eb13 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.160".freeze
+ VERSION = "18.0.161".freeze
end
end