diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-06 07:55:14 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-06 07:55:14 +0000 |
commit | 1e6273029283af6efbedb8fb5ecc8840f90051dd (patch) | |
tree | f775cf05092fac1355f1615ed64153f8d5026a04 /chef-config/lib | |
parent | eddc62a3d349dbcb61698775b96f5c0800241ca9 (diff) | |
download | chef-1e6273029283af6efbedb8fb5ecc8840f90051dd.tar.gz |
Bump version of chef to 13.0.107 by Chef Versioner.v13.0.107
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 4aa5c721cc..a48e49e962 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.0.106" + VERSION = "13.0.107" end # |