summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-08 18:02:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-08 18:02:07 +0000
commit789d29928b40884c794b06bb61e07d196d6ca246 (patch)
tree9ca634738b4f77a8d222833d52be628b61bab73d /lib/chef
parent65700a53f6f180a66be4a575c22a76da95139a4d (diff)
downloadchef-789d29928b40884c794b06bb61e07d196d6ca246.tar.gz
Bump version to 17.4.52 by Chef Expeditorv17.4.52
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 26b8cdbd0b..4835422853 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.4.51")
+ VERSION = Chef::VersionString.new("17.4.52")
end
#