diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-07 23:55:10 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-07 23:55:10 +0000 |
commit | e6914064b4913f238936ec8854e69bb711ab7b6e (patch) | |
tree | 83481009596c8bad83a625df4a30767c91e53438 /lib | |
parent | baa288cd4d72baaec37fdcd1125dc86c6be8f9a8 (diff) | |
download | chef-e6914064b4913f238936ec8854e69bb711ab7b6e.tar.gz |
Bump version to 17.4.51 by Chef Expeditorv17.4.51
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 508abf5bae..26b8cdbd0b 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.50") + VERSION = Chef::VersionString.new("17.4.51") end # |