summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-01 22:04:22 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-01 22:04:22 +0000
commit1cc66762ec76e0c118ec135be5bf6138bd4b5909 (patch)
tree31a50c2b0562bd533a8854e7582727a87c6a51a1 /knife
parent24fd13aa1d9cb57e359ec51681fbf44ff3b97709 (diff)
downloadchef-1cc66762ec76e0c118ec135be5bf6138bd4b5909.tar.gz
Bump version to 18.0.194 by Chef Expeditorv18.0.194
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 04845b451f..3903ae5ff2 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.193)
- chef (18.0.193-x64-mingw-ucrt)
+ chef (18.0.194)
+ chef (18.0.194-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 468ece1379..6f58475cf3 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.193".freeze
+ VERSION = "18.0.194".freeze
end
end