diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 04:51:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 04:51:35 +0000 |
commit | 0cbd5cb3b4891c087cfda6ea69e539c0f041ab39 (patch) | |
tree | 4ab98b18b21a70f86fc8ea4422fcddb87ca9281b /chef-config | |
parent | 5cc241bb14e845ff581082bdcd6302fc37d51bda (diff) | |
download | chef-0cbd5cb3b4891c087cfda6ea69e539c0f041ab39.tar.gz |
Bump version to 15.13.13 by Chef Expeditorv15.13.13
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 33c3a0b83a..ce2717cfcb 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.12".freeze + VERSION = "15.13.13".freeze end |