summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-27 13:22:56 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-27 13:22:56 +0000
commitcba8558c744e461de671ac0cc12fd2df1c766e22 (patch)
tree1af1f5658048c1f97df4c0ca8b1fdb2bbd36be81 /knife/lib
parentc4cfa3b5036fafde1257b0a21efe471d9899bb35 (diff)
downloadchef-cba8558c744e461de671ac0cc12fd2df1c766e22.tar.gz
Bump version to 18.2.1 by Chef Expeditorv18.2.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib')
-rw-r--r--knife/lib/chef/knife/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 03ac529980..97054c5556 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.2.0".freeze
+ VERSION = "18.2.1".freeze
end
end