diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-29 22:17:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-29 22:17:54 +0000 |
commit | 7cf30cb18284a6311f52bf0cef3d32e661222092 (patch) | |
tree | a4de9b87146a352eca9ee07f1a473b32b6768ca4 /lib/chef/version.rb | |
parent | 86de6b1e51e8c59f24b72bcdfe69eb68437b3fc8 (diff) | |
download | chef-7cf30cb18284a6311f52bf0cef3d32e661222092.tar.gz |
Bump version to 14.13.6 by Chef Expeditorv14.13.6
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 ddcf8aaef5..f2941f0c01 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("14.13.5") + VERSION = Chef::VersionString.new("14.13.6") end # |