summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-09 06:25:06 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-09 06:25:06 +0000
commit7fb1155a6f15be250c7a515b57b55a3c3c306593 (patch)
treea76ec0b842f70ef7ab564153b1647043a9d2e647 /knife
parent2b25ceae60830e67cc644e17b91bee1b412453b5 (diff)
downloadchef-7fb1155a6f15be250c7a515b57b55a3c3c306593.tar.gz
Bump version to 18.0.195 by Chef Expeditorv18.0.195
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 3903ae5ff2..deaf4362b8 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.194)
- chef (18.0.194-x64-mingw-ucrt)
+ chef (18.0.195)
+ chef (18.0.195-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 6f58475cf3..a50ceadd54 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.194".freeze
+ VERSION = "18.0.195".freeze
end
end