diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-02-06 15:52:19 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-02-06 15:52:19 +0000 |
commit | cc716085ff184e7047a8b97ed6e567a3c8bd0d09 (patch) | |
tree | c1c4b698c56f8ff3744e6caeb8cc470217e0bd37 /chef-config | |
parent | f64b00c9f531e9ee39934229a2b428f7221a81f0 (diff) | |
download | chef-cc716085ff184e7047a8b97ed6e567a3c8bd0d09.tar.gz |
Bump version to 14.11.5 by Chef Expeditorv14.11.5
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 a433a10b1c..0782ea2e51 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.4".freeze + VERSION = "14.11.5".freeze end # |