summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-24 06:02:38 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-24 06:02:38 +0000
commitc0add7483899f03d05544fe6d6f908f670b1e542 (patch)
tree0add12d0a042bdadfd301b08ab40d091a05ac7ee /chef-config
parentcecf7a1aeea15132b5505e523b9330e4d5162fe0 (diff)
downloadchef-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.rb2
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