diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-22 15:27:58 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-22 15:27:58 +0000 |
commit | 566c08e697b1aef312def2150a59c8c651edb982 (patch) | |
tree | 984abaec1169ba9273cec9211949ec44bd3b2d7e /chef-config | |
parent | e3b02304449bfecc96cb4632185c5fe2cb9f900e (diff) | |
download | chef-566c08e697b1aef312def2150a59c8c651edb982.tar.gz |
Bump version to 15.4.48 by Chef Expeditorv15.4.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 bf881a6320..07b0290799 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.4.47".freeze + VERSION = "15.4.48".freeze end # |