diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-13 19:21:08 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-13 19:21:10 +0000 |
commit | 0188debc8e2479e8958326f4ea04371879c3012d (patch) | |
tree | e333f3561e0e911d05b8caf1176b0c0fe6985a85 /lib | |
parent | 7e8500ff0bc24b053d4154b28c41ae69c1c77ab5 (diff) | |
download | chef-0188debc8e2479e8958326f4ea04371879c3012d.tar.gz |
Bump version to 15.7.10 by Chef Expeditorv15.7.10
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 8b2442364c..5a1163d851 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.9") + VERSION = Chef::VersionString.new("15.7.10") end # |