summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-23 02:40:40 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-23 02:40:40 +0000
commit1899968131a27f703deac7de8f186abcf12da86b (patch)
treea8f8eaaf68e8cea4dc33e475e247ec30a989c4ad /lib/chef/version.rb
parent94acbed95acb7072762aa181127ba362ee0e6b46 (diff)
downloadchef-1899968131a27f703deac7de8f186abcf12da86b.tar.gz
Bump version to 17.0.53 by Chef Expeditorv17.0.53
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 79547feff8..dbe7474f12 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.0.52")
+ VERSION = Chef::VersionString.new("17.0.53")
end
#