summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-09 22:01:43 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-09 22:01:43 +0000
commit6df07f8b55d2e56288f8b1c0ff60a048ce376c74 (patch)
tree1d3ae2fcfa09712c465ef90bd4da9d2b003c4ae5 /chef-config
parentd3323695544d257e909753fc76b8eb689f0feb73 (diff)
downloadchef-6df07f8b55d2e56288f8b1c0ff60a048ce376c74.tar.gz
Bump version to 15.0.209 by Chef Expeditorv15.0.209
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 c0435a976a..18b6bc80cf 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.208".freeze
+ VERSION = "15.0.209".freeze
end
#