diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-19 09:47:49 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-19 09:47:49 +0000 |
commit | 1acb731686fb94f77e1c6cda49c3897b851b358a (patch) | |
tree | 9b6a0045f18a4de0e1a41e602465973294b7ee62 /lib/chef/version.rb | |
parent | 648c29c223e96545cb36e556f454ca4cf7490bcb (diff) | |
download | chef-1acb731686fb94f77e1c6cda49c3897b851b358a.tar.gz |
Bump version to 13.6.46 by Expeditorv13.6.46
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 c8a2a3f7c0..d1ccd6ff97 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.45") + VERSION = Chef::VersionString.new("13.6.46") end # |