summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-26 17:40:55 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-26 17:40:55 +0000
commit2f3670c759c5d2e6b1cd74e20ead1cfdd0428925 (patch)
treee7589427ba42884945bb2b4c71dfebeca81fd3c7 /knife
parentb79135b27d9c0c98a0877fd1019b2df19b07451e (diff)
downloadchef-2f3670c759c5d2e6b1cd74e20ead1cfdd0428925.tar.gz
Bump version to 17.3.50 by Chef Expeditorv17.3.50
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 b6fda52dad..7634c65add 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.3.49".freeze
+ VERSION = "17.3.50".freeze
end
end