diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-06 21:46:11 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-06 21:46:11 +0000 |
commit | a3466a09d5d3df9dc40837cbedd7c08755b2a19f (patch) | |
tree | b48422b503773b68fffd66d046c2f228b183ded5 /chef-config | |
parent | 7efaa1ab84ed620617aa92cb5d9b9045c3b528ec (diff) | |
download | chef-a3466a09d5d3df9dc40837cbedd7c08755b2a19f.tar.gz |
Bump version to 14.5.3 by Chef Expeditorv14.5.3
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 a21f928b08..6e6879fe2f 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.2".freeze + VERSION = "14.5.3".freeze end # |