diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-18 18:32:34 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-18 18:32:34 +0000 |
commit | abdfb00bac4cf6c920462afe8dd3d6f86ad5d974 (patch) | |
tree | 6fb0bc5f7ce8bb3bac4271400d7f6157c5952ab6 /lib | |
parent | 925051d67b36a2b6c6a13c99cccf4109e99987f5 (diff) | |
download | chef-abdfb00bac4cf6c920462afe8dd3d6f86ad5d974.tar.gz |
Bump version to 13.6.42 by Expeditorv13.6.42
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 ba5dc4ae1e..958a0b32cf 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.41") + VERSION = Chef::VersionString.new("13.6.42") end # |