diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-09-28 01:30:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-09-28 01:30:52 +0000 |
commit | ada1b38637c5771afbf95de9498ccdea23eb4cf9 (patch) | |
tree | 9a8539d41371a836c1dee3aacc43daeafa6db7bd /lib | |
parent | 061b1a2786d3718258c7caee142a0ca44a24846c (diff) | |
download | chef-ada1b38637c5771afbf95de9498ccdea23eb4cf9.tar.gz |
Bump version to 14.6.8 by Chef Expeditorv14.6.8
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 c50a94eb76..a09ab404bc 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.6.7") + VERSION = Chef::VersionString.new("14.6.8") end # |