diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-13 16:45:14 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-13 16:45:14 +0000 |
commit | adf7574a076056a46325d5e764b9878793295d60 (patch) | |
tree | 4e18c3040b53abaa8bcc00e4247c725601576283 /lib/chef | |
parent | 9e6bb93865e25ecca83d174ebcf8ce8df35e8906 (diff) | |
download | chef-adf7574a076056a46325d5e764b9878793295d60.tar.gz |
Bump version to 14.0.131 by Expeditorv14.0.131
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 4849491673..6c6d048f39 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.130") + VERSION = Chef::VersionString.new("14.0.131") end # |