diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-05 13:22:52 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-05 13:22:52 +0000 |
commit | 9eb2675370846729b7484b5b418308d7febff9e5 (patch) | |
tree | ef72baee684f2c271acd7e0e65e8de9b2710b200 /chef-config | |
parent | 4ffef5d7fc11edec641f6c95b911334239070b68 (diff) | |
download | chef-9eb2675370846729b7484b5b418308d7febff9e5.tar.gz |
Bump version of chef to 13.0.100 by Chef Versioner.v13.0.100
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 fe528caffe..f5d14d1109 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.99" + VERSION = "13.0.100" end # |