From 841a8a9f667e0499af34abc9f31b46b112852b66 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 29 Mar 2018 05:34:13 +0000 Subject: Bump version to 14.0.176 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 780cc5149f..7e00903c4e 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.175") + VERSION = Chef::VersionString.new("14.0.176") end # -- cgit v1.2.1