From 48f9d3aee21a3f1a24ebef4666c0117086cb10f8 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 5 Jun 2020 17:16:00 +0000 Subject: Bump version to 16.2.19 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 # -- cgit v1.2.1