diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-23 02:40:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-23 02:40:40 +0000 |
commit | 1899968131a27f703deac7de8f186abcf12da86b (patch) | |
tree | a8f8eaaf68e8cea4dc33e475e247ec30a989c4ad /lib/chef/version.rb | |
parent | 94acbed95acb7072762aa181127ba362ee0e6b46 (diff) | |
download | chef-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.rb | 2 |
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 # |