diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-03 02:21:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-03 02:21:52 +0000 |
commit | 088a54e479552b1468516e229061b173806bbf20 (patch) | |
tree | b7af9e422d0a143f7b3a000ab78ce4dea6572feb /chef-config | |
parent | ba643bf089c6dd9a5d6df8e79c3adb24ec2833a1 (diff) | |
download | chef-088a54e479552b1468516e229061b173806bbf20.tar.gz |
Bump version to 15.13.19 by Chef Expeditorv15.13.19
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 59b9e9d90a..c5cc77d06e 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("..", __dir__) - VERSION = "15.13.18".freeze + VERSION = "15.13.19".freeze end |