diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-07-27 15:33:22 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-07-27 15:33:22 +0000 |
commit | 041628e4bbdb541cb5011d564301bcda9804da4e (patch) | |
tree | 68d7f61e4f0957e22827e803446a66e47455bbc2 /lib | |
parent | 31a4bacb6de92710904dc4387a9928a06778660c (diff) | |
download | chef-041628e4bbdb541cb5011d564301bcda9804da4e.tar.gz |
Bump version to 13.3.28 by Chef Expeditorv13.3.28
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 f8f3ef0858..657b79cd71 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -22,7 +22,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("13.3.27") + VERSION = Chef::VersionString.new("13.3.28") end # |