diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-07 10:30:03 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-07 10:30:03 +0000 |
commit | 5b6076f292b6b81fef2a4d83213d475abb379921 (patch) | |
tree | 662987e3d312532ebddfb7808cf680b53da097f7 /lib/chef | |
parent | a55fd7ca0f32c4d6e39431014263938ac4b10504 (diff) | |
download | chef-5b6076f292b6b81fef2a4d83213d475abb379921.tar.gz |
Bump version to 14.0.46 by Expeditorv14.0.46
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 0f5138545f..f42c0cad7f 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.0.45") + VERSION = Chef::VersionString.new("14.0.46") end # |