summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-21 20:43:08 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-21 20:43:08 +0000
commitcfc6951a0e96edc8a48c2c3ba25b4e9d090a2cd4 (patch)
tree850e395fbc58a24f655329745f81392e5dd5049a /knife
parentf2cdefd2cb0229215fd5d4f0e6efb88c7a3255a3 (diff)
downloadchef-cfc6951a0e96edc8a48c2c3ba25b4e9d090a2cd4.tar.gz
Bump version to 18.0.205 by Chef Expeditorv18.0.205
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 60d1d5a733..14c6b0a692 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.204)
- chef (18.0.204-x64-mingw-ucrt)
+ chef (18.0.205)
+ chef (18.0.205-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 0be1ae51c1..9fe6ba90ab 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.204".freeze
+ VERSION = "18.0.205".freeze
end
end