summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-23 10:21:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-23 10:21:04 +0000
commitf7c411f6320fe04e308a28fa111b19d50723f5e2 (patch)
treea8a291d5bcfc7f159b84006d5d7cfb3c88bb9482 /knife
parentf3f4d248207a30df3bf06934c116f6974fb7cffe (diff)
downloadchef-f7c411f6320fe04e308a28fa111b19d50723f5e2.tar.gz
Bump version to 18.2.0 by Chef Expeditorv18.2.0
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 81e38f4a38..f097c2f36e 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.1.36)
- chef (18.1.36-x64-mingw-ucrt)
+ chef (18.2.0)
+ chef (18.2.0-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index fd7e62851b..03ac529980 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.36".freeze
+ VERSION = "18.2.0".freeze
end
end