diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-18 10:38:22 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-18 10:38:22 +0000 |
commit | d23f6833cca99debb075bca567faba0e204f0ead (patch) | |
tree | 734eb7680162d21d3132e668dff9f1e405287287 /chef-config/lib | |
parent | 80e363168ff701170e42488457d3d0f201875a0f (diff) | |
download | chef-d23f6833cca99debb075bca567faba0e204f0ead.tar.gz |
Bump version to 13.4.29 by Chef Expeditorv13.4.29
Diffstat (limited to 'chef-config/lib')
-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 2c24c8c731..cc6b889cab 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 = "13.4.28" + VERSION = "13.4.29" end # |