From 01ae5aac80444d6e849bb44ba0f5798e46978c7f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 15 Feb 2018 05:24:43 +0000 Subject: Bump version to 14.0.59 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 de0f6495b9..81841dd762 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.58") + VERSION = Chef::VersionString.new("14.0.59") end # -- cgit v1.2.1