summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-12 18:40:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-12 18:40:23 +0000
commit04a7bc8fc98d456e4b9eed2d42713b6577ea628b (patch)
tree7458d15ce633a56a6a0d38f60db26ceef968fbeb /chef-config
parenteed07cfef594f211620214a2f373398b83da392a (diff)
downloadchef-04a7bc8fc98d456e4b9eed2d42713b6577ea628b.tar.gz
Bump version to 15.0.212 by Chef Expeditorv15.0.212
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 cea02dcbb8..00e43449e6 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.0.211".freeze
+ VERSION = "15.0.212".freeze
end
#