diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-26 22:46:57 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-26 22:46:57 +0000 |
commit | 94ce3359c2700b19bb74cab64de9f5f59c13ca73 (patch) | |
tree | f5bb2ac6cdcdda97981a247f038b7572180b2faf /lib/chef/version.rb | |
parent | dc143e827ef0215ce2cdbd735c4bcea2fb6182b5 (diff) | |
download | chef-94ce3359c2700b19bb74cab64de9f5f59c13ca73.tar.gz |
Bump version to 13.7.19 by Expeditorv13.7.19
Diffstat (limited to 'lib/chef/version.rb')
-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 bc38ca9cee..37fc56482e 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("13.7.18") + VERSION = Chef::VersionString.new("13.7.19") end # |