From 0312816896d2319bee55761a66428805843331d2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 12 Feb 2018 18:54:10 +0000 Subject: Bump version to 14.0.54 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 68bba2cbb2..36736976ee 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.53") + VERSION = Chef::VersionString.new("14.0.54") end # -- cgit v1.2.1