From 734774fcbb012533f99c9aa67ca1e6b54f922137 Mon Sep 17 00:00:00 2001 From: Chef Versioner Date: Wed, 31 May 2017 12:18:02 +0000 Subject: Bump version of chef to 13.2.1 by Chef Versioner. --- lib/chef/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 065ca8907a..4dc1ffa1eb 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -19,11 +19,11 @@ # task instead. #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -require "chef/version_string" +require 'chef/version_string' class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("13.2.0") + VERSION = Chef::VersionString.new("13.2.1") end # -- cgit v1.2.1