diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-22 02:24:47 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-22 02:24:48 +0000 |
commit | fd69b43d83360327800c46812de3d404847bc7db (patch) | |
tree | 3fed2c1b873af2542f757ecf0c2779617cd73b32 /chef-config | |
parent | b55a8e057afc171cbf89e5ab273e31bca30f9c68 (diff) | |
download | chef-fd69b43d83360327800c46812de3d404847bc7db.tar.gz |
Bump version to 15.10.13 by Chef Expeditorv15.10.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 d6b7f58360..88800dc156 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.10.12".freeze + VERSION = "15.10.13".freeze end |