diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-02-26 19:03:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-02-26 19:03:06 +0000 |
commit | 48b46ae34b8461f9eb7f68600ef77df39bd3aea1 (patch) | |
tree | 9aec120f694b26c79abaf8866b4c84e5e86db6c5 /chef-config | |
parent | 7a38c3afe89fa7e39b92a3fbb63c3c00f2438e65 (diff) | |
download | chef-48b46ae34b8461f9eb7f68600ef77df39bd3aea1.tar.gz |
Bump version to 14.11.9 by Chef Expeditorv14.11.9
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 462d3993e0..cb3681b4ae 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.8".freeze + VERSION = "14.11.9".freeze end # |