diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-30 00:23:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-30 00:23:30 +0000 |
commit | 3942d71978f9d2cbc92418e2a9a1605e6b73d03b (patch) | |
tree | 708e39d9346d33ab110a68fc60fae32ebf5a1e3a /lib/chef/version.rb | |
parent | ce0b097f9143032aa59abc6119e8432323f072a6 (diff) | |
download | chef-3942d71978f9d2cbc92418e2a9a1605e6b73d03b.tar.gz |
Bump version to 14.13.7 by Chef Expeditorv14.13.7
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 f2941f0c01..f01293ff4e 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.6") + VERSION = Chef::VersionString.new("14.13.7") end # |