diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-09 03:20:43 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-09 03:20:43 +0000 |
commit | 3a87c705090c7f44d51666c0bf88add9c2445e9a (patch) | |
tree | 9c8d0ddaa049b0e021323d4ceef1101518b0a187 /chef-config | |
parent | e46398308b35c9e526e52911549c2b9ec8629244 (diff) | |
download | chef-3a87c705090c7f44d51666c0bf88add9c2445e9a.tar.gz |
Bump version to 15.0.208 by Chef Expeditorv15.0.208
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.rb | 2 |
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 9d49268eca..c0435a976a 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.207".freeze + VERSION = "15.0.208".freeze end # |