diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-26 17:40:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-26 17:40:55 +0000 |
commit | 2f3670c759c5d2e6b1cd74e20ead1cfdd0428925 (patch) | |
tree | e7589427ba42884945bb2b4c71dfebeca81fd3c7 /chef-bin | |
parent | b79135b27d9c0c98a0877fd1019b2df19b07451e (diff) | |
download | chef-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 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 24350428e3..38d2b33d5a 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "17.3.49".freeze + VERSION = "17.3.50".freeze end # |