diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-12 21:42:23 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-12 21:42:25 +0000 |
commit | 55e89f64559b5762551b73ff7d86e13b9d7abbd3 (patch) | |
tree | 1d43aa3086580ed1c5788effcfab6050a14ecc98 /chef-config | |
parent | 292a91b4dc7829af1640c75f06c5f8ba659f9b29 (diff) | |
download | chef-55e89f64559b5762551b73ff7d86e13b9d7abbd3.tar.gz |
Bump version to 15.4.75 by Chef Expeditorv15.4.75
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 42931ff9fe..0602e40406 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.4.74".freeze + VERSION = "15.4.75".freeze end |