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 /lib | |
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 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index cb2f151067..3fa2c85c87 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("..", __dir__) - VERSION = Chef::VersionString.new("17.0.62") + VERSION = Chef::VersionString.new("17.0.63") end # |