From 98a6ec0eccbbf1a7cde52576f6409d15b1136fc4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 22 Mar 2018 21:58:06 +0000 Subject: Bump version to 14.0.158 by 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 e636e1d7b7..b8e4066629 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.157") + VERSION = Chef::VersionString.new("14.0.158") end # -- cgit v1.2.1