diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-13 19:22:11 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-13 19:22:11 +0000 |
commit | 9fbcab182e8006f22c4d768a53b8ce3950e38ef9 (patch) | |
tree | bc4560715dbb05e1af18d32c21ad9a64ba6597eb /lib | |
parent | 0188debc8e2479e8958326f4ea04371879c3012d (diff) | |
download | chef-9fbcab182e8006f22c4d768a53b8ce3950e38ef9.tar.gz |
Bump version to 15.7.11 by Chef Expeditorv15.7.11
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 5a1163d851..2c773c2eef 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.7.10") + VERSION = Chef::VersionString.new("15.7.11") end # |