diff options
author | Chef Expeditor <eng-services-ops+chef-delivery@chef.io> | 2017-06-19 16:04:36 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-delivery@chef.io> | 2017-06-19 16:04:36 +0000 |
commit | 1b48be5de30aa9f5087d459d8bec20388c71a457 (patch) | |
tree | 4acae092f8d21aa5411c1f34dc6474a4b9a50fb2 /lib | |
parent | 43faeecfe05d39546fa77c6c7dc26e383200156b (diff) | |
download | chef-1b48be5de30aa9f5087d459d8bec20388c71a457.tar.gz |
Bump version of chef to 13.2.16 by Chef Expeditor.v13.2.16dh/chef11_compatible_sles12
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 4d821b5d29..44903e6e1b 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("13.2.15") + VERSION = Chef::VersionString.new("13.2.16") end # |