diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-21 12:52:24 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-21 12:52:24 +0000 |
commit | 1561069fd0ad769270ebe5b3a81aae30aad9bab1 (patch) | |
tree | 7db457627e38a9f77b4d8c538fbfcf958a3a7da8 /lib/chef | |
parent | 75ae664406d7277095a429ef2f02d4bcc3411c83 (diff) | |
download | chef-1561069fd0ad769270ebe5b3a81aae30aad9bab1.tar.gz |
Bump version to 14.3.19 by Chef Expeditorv14.3.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 4348c4d952..4efb9e2d02 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.3.18") + VERSION = Chef::VersionString.new("14.3.19") end # |