summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-11 04:34:28 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-11 04:34:31 +0000
commitc85d51fcc7c91830d7f3166bab1f9d9ca69c2092 (patch)
tree51aa26a6485729e11edd8b31e31820ad277d342e /knife
parent77cd0698afb5e079faf700d0e86bd72371eece1a (diff)
downloadchef-c85d51fcc7c91830d7f3166bab1f9d9ca69c2092.tar.gz
Bump version to 18.0.181 by Chef Expeditorv18.0.181
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 9f74be53ed..bf5851e5f1 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.180)
- chef (18.0.180-x64-mingw-ucrt)
+ chef (18.0.181)
+ chef (18.0.181-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 02b96fe262..5cd90710e1 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.180".freeze
+ VERSION = "18.0.181".freeze
end
end