summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-21 21:51:22 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-21 21:51:22 +0000
commit5e43eabbf068e4cafae8b7e71421e10c86bef70b (patch)
treed3a634c5b04cdc90f1d17edd9fdaac3f62474a45 /knife
parentc4baace3788b7cf788e82971ff0b5fc6e44a8a01 (diff)
downloadchef-5e43eabbf068e4cafae8b7e71421e10c86bef70b.tar.gz
Bump version to 18.0.47 by Chef Expeditorv18.0.47
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to '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 fbb39ea263..62ae9710a7 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.46".freeze
+ VERSION = "18.0.47".freeze
end
end