diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-31 00:50:21 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-31 00:50:21 +0000 |
commit | d1d6fa495174573ba125521de38744970406d493 (patch) | |
tree | 6f3dd490c109d07093b10aa7749487e9b5ffe251 /lib/chef/version.rb | |
parent | 6c9d2b32e3254e509dc6bf6c62908fc5a4fe4fe8 (diff) | |
download | chef-15.8.3.tar.gz |
Bump version to 15.8.3 by Chef Expeditorv15.8.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 3b9cde27d1..a150c5ed61 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("../..", __FILE__) - VERSION = Chef::VersionString.new("15.8.2") + VERSION = Chef::VersionString.new("15.8.3") end # |