summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-31 21:53:06 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-31 21:53:06 +0000
commitcfce94e193621898a903aab147b3edd1d1df2ec0 (patch)
treeca0487ceaa25e6ac0e60cd4803a7b80e67049941 /knife/lib
parentc392514c5488429cece37c8907850dd11569c7f1 (diff)
downloadchef-cfce94e193621898a903aab147b3edd1d1df2ec0.tar.gz
Bump version to 18.0.85 by Chef Expeditorv18.0.85
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 13e49b1a4f..f849d26e29 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.84".freeze
+ VERSION = "18.0.85".freeze
end
end