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 /chef-config | |
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 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 12c59b353e..9b8bc01d42 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.7.9".freeze + VERSION = "15.7.10".freeze end |