diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-23 17:33:12 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-23 17:33:12 +0000 |
commit | 385e01f515efa57618ddb0754897b520d45c1a1c (patch) | |
tree | 0ac689ea6e424ee389d9547d139353053aa96aed /lib/chef | |
parent | f0247eb4345ad1335cae439aa7185d82aa882c04 (diff) | |
download | chef-385e01f515efa57618ddb0754897b520d45c1a1c.tar.gz |
Bump version to 14.0.19 by Expeditorv14.0.19
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 0ae11053c2..cbf4ed6edc 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.18") + VERSION = Chef::VersionString.new("14.0.19") end # |