From c30f8d9892c6b834de3bb45b9e0bedf9182dc8e3 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 23 Jan 2018 17:45:38 +0000 Subject: Bump version to 14.0.20 by Expeditor --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef') diff --git a/lib/chef/version.rb b/lib/chef/version.rb index cbf4ed6edc..71d71f7d39 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.0.19") + VERSION = Chef::VersionString.new("14.0.20") end # -- cgit v1.2.1