diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-20 22:48:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-20 22:48:54 +0000 |
commit | 975f92b287d0d23ffa0810442b360006ed64954a (patch) | |
tree | 6210c36d7becdbffbddeadaf667de464bffe09bf /chef-config | |
parent | 75ea84bcd91360c79e55537ecb642c9d2f83052a (diff) | |
download | chef-975f92b287d0d23ffa0810442b360006ed64954a.tar.gz |
Bump version to 14.7.29 by Chef Expeditorv14.7.29
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 ee4ca3079a..8b269ec014 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.7.28".freeze + VERSION = "14.7.29".freeze end # |