summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-08 21:00:15 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-08 21:00:15 +0000
commitde69650d7d0560b6de1deb295a58d7cca4a758f0 (patch)
tree8e07a953a3955fffcc15c6f27f17974562e8179a /knife
parentef861cf0e5e99688727766385c6a7d94134e625f (diff)
downloadchef-de69650d7d0560b6de1deb295a58d7cca4a758f0.tar.gz
Bump version to 18.0.178 by Chef Expeditorv18.0.178
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 923dd5b801..3107ec47ef 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.177)
- chef (18.0.177-x64-mingw-ucrt)
+ chef (18.0.178)
+ chef (18.0.178-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index ff02cfe9a0..ec7dde27c9 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.177".freeze
+ VERSION = "18.0.178".freeze
end
end