summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-15 17:25:09 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-15 17:25:09 +0000
commitce11470525cf03df6b464112db9501d7c49fd29b (patch)
treeb72417a0cbd897a08aedd5daa0f4fa0c861ea163 /chef-config/lib/chef-config/version.rb
parent03c0c1f17cede82623979d5092a94033155e42f8 (diff)
downloadchef-ce11470525cf03df6b464112db9501d7c49fd29b.tar.gz
Bump version to 15.0.213 by Chef Expeditorv15.0.213
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 00e43449e6..6dd4251f56 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.212".freeze
+ VERSION = "15.0.213".freeze
end
#