summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-02 20:34:57 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-02 20:34:57 +0000
commitb91d99f16947b82d09217079f5423b5c7cd0962c (patch)
tree9fdcd1de41374d972e7bf4fdb310b1a322333168 /knife/lib/chef/knife/version.rb
parent27be24b9d61a64ed69f3df5ecbcdb1f6b8fd9edd (diff)
downloadchef-b91d99f16947b82d09217079f5423b5c7cd0962c.tar.gz
Bump version to 17.4.47 by Chef Expeditorv17.4.47
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/knife/version.rb')
-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 af6fdf8944..10e4085698 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 = "17.4.46".freeze
+ VERSION = "17.4.47".freeze
end
end