summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-16 18:13:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-16 18:13:23 +0000
commit28091136d32b5039b766b07800cb68c935f504f0 (patch)
tree9cb7c10240da153b25c212bd35de7ba029e6e6eb /chef-config/lib/chef-config/version.rb
parentcd2ade61dfd241e2b5e6d0cfeca27a80eae47e4c (diff)
downloadchef-28091136d32b5039b766b07800cb68c935f504f0.tar.gz
Bump version to 15.0.216 by Chef Expeditorv15.0.216
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 12a921736a..0369599db3 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.215".freeze
+ VERSION = "15.0.216".freeze
end
#