diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-24 06:02:38 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-24 06:02:38 +0000 |
commit | c0add7483899f03d05544fe6d6f908f670b1e542 (patch) | |
tree | 0add12d0a042bdadfd301b08ab40d091a05ac7ee /chef-config | |
parent | cecf7a1aeea15132b5505e523b9330e4d5162fe0 (diff) | |
download | chef-c0add7483899f03d05544fe6d6f908f670b1e542.tar.gz |
Bump version to 15.12.21 by Chef Expeditorv15.12.21
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 bf6a0d69c2..01a82c8d99 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.12.20".freeze + VERSION = "15.12.21".freeze end |