diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-15 18:04:56 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-15 18:04:56 +0000 |
commit | fb61966bbc7a2d8920d772ff7f3f3fc8543b107d (patch) | |
tree | 785739fa6d6d3edbf8a6bff5fe2c727bc530dc44 /lib | |
parent | fdd3511a1107bf5cea50ca139a604206485b3f1c (diff) | |
download | chef-fb61966bbc7a2d8920d772ff7f3f3fc8543b107d.tar.gz |
Bump version to 14.0.136 by Expeditorv14.0.136
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 a3488c4f9f..ebd07fc262 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.135") + VERSION = Chef::VersionString.new("14.0.136") end # |