diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-09-28 01:26:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-09-28 01:26:16 +0000 |
commit | a5e2cf212cd016133e7bf86b9bd1afd448b29311 (patch) | |
tree | 7b88ed65ddca8df9f9931340c6a281460f3179e6 /lib/chef | |
parent | 3a07b33565f5487328f6fac883d06b569b74e491 (diff) | |
download | chef-a5e2cf212cd016133e7bf86b9bd1afd448b29311.tar.gz |
Bump version to 14.6.7 by Chef Expeditorv14.6.7
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 44bf374b3c..c50a94eb76 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.6") + VERSION = Chef::VersionString.new("14.6.7") end # |