diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-04 19:23:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-04 19:23:07 +0000 |
commit | 5153da36dc098989980c05361e5436317d2511fd (patch) | |
tree | 19faaff4f795f96bc96b8b4876e2ea36a7574fb7 /chef-config | |
parent | 7685df5fb6b2b9f1947970d34ed959730843006b (diff) | |
download | chef-5153da36dc098989980c05361e5436317d2511fd.tar.gz |
Bump version to 14.11.18 by Chef Expeditorv14.11.18
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 4b35d1c423..39a9ebdb88 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 = "14.11.17".freeze + VERSION = "14.11.18".freeze end # |