diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-27 15:59:12 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-27 15:59:12 +0000 |
commit | b3d5d6a4a59ebaa338690d332c5baa3b785d9d8f (patch) | |
tree | 9bf9481ff25ff3cd2088ef7fbc42cef4122e7f99 /chef-bin | |
parent | 8a494fc977b572f899399be03d198cef52f3069a (diff) | |
download | chef-b3d5d6a4a59ebaa338690d332c5baa3b785d9d8f.tar.gz |
Bump version to 17.0.63 by Chef Expeditorv17.0.63
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 7c2812583c..6337f26335 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.0.62".freeze + VERSION = "17.0.63".freeze end # |