diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-10 22:20:50 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-10 22:20:50 +0000 |
commit | e8b36d0361d9c92f5ddf9b144bf37bba24c82a07 (patch) | |
tree | 433a0eb96146ed72c7049cfce31b0c719fbef1d6 /chef-config | |
parent | a2809d49c04849386fb15961f9a716912a931d6a (diff) | |
download | chef-e8b36d0361d9c92f5ddf9b144bf37bba24c82a07.tar.gz |
Bump version to 15.1.48 by Chef Expeditorv15.1.48
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 02e6509a30..95025b7416 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.1.47".freeze + VERSION = "15.1.48".freeze end # |