diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-11-23 10:08:27 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-11-23 10:08:27 +0000 |
commit | 3eeff76b7d6e5b323a71fcaeb91642fa6e35c40e (patch) | |
tree | 89dd0086bd218bad9201ca3c0ec4f42b952a8862 /lib/chef/version.rb | |
parent | 928e05f9ba841555f62b86ccee687bd3350d7518 (diff) | |
download | chef-3eeff76b7d6e5b323a71fcaeb91642fa6e35c40e.tar.gz |
Bump version to 13.6.14 by Expeditorv13.6.14
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 3b59ba64bb..090ef60a29 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("13.6.13") + VERSION = Chef::VersionString.new("13.6.14") end # |