summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-18 20:51:44 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-18 20:51:44 +0000
commit64871f29aa638b9c52e33aaccb047e3bea5e8c80 (patch)
treeeebf69646592f84f954b2753a41332fc7aef20ae /knife/lib
parentd9c9b787f2b384c68eab33208e855cabde9e9c45 (diff)
downloadchef-64871f29aa638b9c52e33aaccb047e3bea5e8c80.tar.gz
Bump version to 18.0.71 by Chef Expeditorv18.0.71
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 7e501c09c7..9ee82dd8b5 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.70".freeze
+ VERSION = "18.0.71".freeze
end
end