diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-09-29 05:35:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-09-29 05:35:05 +0000 |
commit | cd01d4d1278e8d370b1fa36c0e62d901b3b3ae3b (patch) | |
tree | df1cec60ca1585e9534b8a18f138dd832d76f4eb /lib/chef | |
parent | 62758279d81e4c6c88e9d855be7e28da9059fdc8 (diff) | |
download | chef-cd01d4d1278e8d370b1fa36c0e62d901b3b3ae3b.tar.gz |
Bump version to 14.6.10 by Chef Expeditorv14.6.10
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 e21e9303b8..d794a1ab8c 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.9") + VERSION = Chef::VersionString.new("14.6.10") end # |