summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-15 19:26:05 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-15 19:26:05 +0000
commitf464c81063f6ffdce62716a2f116dd58de1be98e (patch)
treedcd12913cd5faa87444f0c16d5b31fce24bf28b7 /knife/lib/chef/knife
parentea9a03f12be31e32d3fd1b6e619750773788aa70 (diff)
downloadchef-f464c81063f6ffdce62716a2f116dd58de1be98e.tar.gz
Bump version to 18.0.67 by Chef Expeditorv18.0.67
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/knife')
-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 8665658c61..110d1d9a1e 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.66".freeze
+ VERSION = "18.0.67".freeze
end
end