diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-06 13:18:00 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-06 13:18:00 +0000 |
commit | c66bd76bf2a75ff245d4cb4f2777e5860a518a20 (patch) | |
tree | 7fbf7c0047b4e772a54af27c75152da31883ae0f /chef-config | |
parent | 4e9305e8474a1faa72b7d89a2836a907909609af (diff) | |
download | chef-c66bd76bf2a75ff245d4cb4f2777e5860a518a20.tar.gz |
Bump version of chef to 13.0.108 by Chef Versioner.v13.0.108
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 a48e49e962..0913de511a 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.107" + VERSION = "13.0.108" end # |