diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-11 15:37:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-11 15:37:21 +0000 |
commit | 6bbf42b0ff11eabdb72067e78e4101ad93820b71 (patch) | |
tree | bbcfc4859bc1dc91b263ff9f894a07fea02daea8 /lib | |
parent | de47ae26052bcfa0816dba2f7145105dab654e0a (diff) | |
download | chef-6bbf42b0ff11eabdb72067e78e4101ad93820b71.tar.gz |
Bump version to 15.1.51 by Chef Expeditorv15.1.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 d2b65685b5..7cc2e6cda9 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("../..", __FILE__) - VERSION = Chef::VersionString.new("15.1.50") + VERSION = Chef::VersionString.new("15.1.51") end # |