summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-29 17:02:43 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-29 17:02:43 +0000
commitfd86f1a5c7899f50436e75d4683250fc062c01ae (patch)
treedbbf380c988649a0d89cb040a4c0726f1b66b5e0 /knife
parente05ee91a0b0f17b3807dfb710c3f18d7be425d4d (diff)
downloadchef-fd86f1a5c7899f50436e75d4683250fc062c01ae.tar.gz
Bump version to 18.0.188 by Chef Expeditorv18.0.188
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 b5293c93e4..420ff814c9 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.187)
- chef (18.0.187-x64-mingw-ucrt)
+ chef (18.0.188)
+ chef (18.0.188-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index eb7ef2936a..64897ddcb3 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.187".freeze
+ VERSION = "18.0.188".freeze
end
end