diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-05 17:16:00 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-05 17:16:00 +0000 |
commit | 48f9d3aee21a3f1a24ebef4666c0117086cb10f8 (patch) | |
tree | 9968a40f49d3492951e482c224b82086a0085dd6 /lib | |
parent | a83a20d9f8cde101101a237580cb96d67782d17b (diff) | |
download | chef-48f9d3aee21a3f1a24ebef4666c0117086cb10f8.tar.gz |
Bump version to 16.2.19 by Chef Expeditorv16.2.19
Obvious fix; these changes are the result of automation not creative thinking.
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 50908d0245..92493e8ead 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("16.2.18") + VERSION = Chef::VersionString.new("16.2.19") end # |