diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-08 11:41:57 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-08 11:41:57 +0000 |
commit | 4bc59c09c517cdfae44de0be57356df5318d7441 (patch) | |
tree | 65b542b490437054daefcc2adf7f1855a97e7859 /lib | |
parent | b00e7a2b0979c51d16b10e2edb71a651671ed351 (diff) | |
download | chef-4bc59c09c517cdfae44de0be57356df5318d7441.tar.gz |
Bump version to 13.6.28 by Expeditorv13.6.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 5376e9c0c0..fad35daaab 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.6.27") + VERSION = Chef::VersionString.new("13.6.28") end # |