diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-07 06:17:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-07 06:17:14 +0000 |
commit | d17e4f2ffbb9d152d8f4d30c2abd2d1356dcac56 (patch) | |
tree | 2f92c8b26412b1e4a419320145ec95b7e880ec7d /lib | |
parent | 4ca8a91dd283503312c2f8887a31bdad63224879 (diff) | |
download | chef-d17e4f2ffbb9d152d8f4d30c2abd2d1356dcac56.tar.gz |
Bump version to 17.0.139 by Chef Expeditorv17.0.139
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 c0c54148a4..654806bc65 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.138") + VERSION = Chef::VersionString.new("17.0.139") end # |