diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-03 17:13:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-03 17:13:28 +0000 |
commit | 3db11a1ab4cbb9c86e77a657fc12a09c07f32bd4 (patch) | |
tree | 2bc81908aaedb46550e325dffb4b9e4814341d87 /lib | |
parent | f14de98940f18f6a8ba2456e838e59064119d47f (diff) | |
download | chef-3db11a1ab4cbb9c86e77a657fc12a09c07f32bd4.tar.gz |
Bump version to 14.8.10 by Chef Expeditorv14.8.10
Obvious fix; these changes are the result of automation not creative thinking.
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 e46687dbf4..4b32f9eb55 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.8.9") + VERSION = Chef::VersionString.new("14.8.10") end # |