diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-24 05:49:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-24 05:49:32 +0000 |
commit | 6a65496ac5310ba1140372c5deedf83cffc5368e (patch) | |
tree | f053b6e06202150c292167cd6757e095480c24c8 /chef-config | |
parent | ff6400a81773f6998dc84e84e66e42f5dd858467 (diff) | |
download | chef-6a65496ac5310ba1140372c5deedf83cffc5368e.tar.gz |
Bump version to 15.7.31 by Chef Expeditorv15.7.31
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 1c3bf2ff11..0f7e4c04cd 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.30".freeze + VERSION = "15.7.31".freeze end |