From 30cc959bde0f00293cd28a77963f12a29b0086df Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 20 Jul 2017 18:56:55 +0000 Subject: Bump version to 13.3.19 by Chef Expeditor --- 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 5d232693f6..e2e921f6e7 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.3.18") + VERSION = Chef::VersionString.new("13.3.19") end # -- cgit v1.2.1