diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-15 06:47:59 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-15 06:47:59 +0000 |
commit | 6f84ddbe9a73f2636f93c5dc0e2f68a4464f0390 (patch) | |
tree | 1decf243d304e34aefaa1204be71243510a23c64 /chef-config | |
parent | 61f4c788c8c0cccc9d4877ce0da597d8257d3b58 (diff) | |
download | chef-6f84ddbe9a73f2636f93c5dc0e2f68a4464f0390.tar.gz |
Bump version to 15.4.42 by Chef Expeditorv15.4.42
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 83de49218f..24d6df0200 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.41".freeze + VERSION = "15.4.42".freeze end # |