summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-27 01:19:13 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-27 01:19:13 +0000
commit6166da5cc30581f27b0de6ae3f3051912df9ffd4 (patch)
tree4d7b606eae1d1decc8503503501ce96097bf3fce /knife
parentdf96f22193a05c4fb1aacabc3f9115d35edf0e52 (diff)
downloadchef-6166da5cc30581f27b0de6ae3f3051912df9ffd4.tar.gz
Bump version to 18.1.8 by Chef Expeditorv18.1.8
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 b358d72925..fab86fec24 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.1.7)
- chef (18.1.7-x64-mingw-ucrt)
+ chef (18.1.8)
+ chef (18.1.8-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index a5bae22c13..bd2bdb653f 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.1.7".freeze
+ VERSION = "18.1.8".freeze
end
end