From 72358264954b89b73acad1386e32c7b13969a903 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 21 Jun 2021 19:42:04 +0000 Subject: Bump version to 17.3.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- 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 e324f582ef..bee7ce7ec5 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("..", __dir__) - VERSION = Chef::VersionString.new("17.3.5") + VERSION = Chef::VersionString.new("17.3.6") end # -- cgit v1.2.1