diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-12 18:09:22 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-12 18:09:22 +0000 |
commit | daa99568cf655871f93567c31553fc86dde24bf7 (patch) | |
tree | a11af40896a2204892d0510fa153f9c9b9d65379 /chef-config | |
parent | 93eb41597cb045a442789494448ac3a07356eda0 (diff) | |
download | chef-daa99568cf655871f93567c31553fc86dde24bf7.tar.gz |
Bump version to 14.5.12 by Chef Expeditorv14.5.12
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 624bfcb519..f6726c1b0f 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.5.11".freeze + VERSION = "14.5.12".freeze end # |