diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-11 12:24:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-11 12:24:35 +0000 |
commit | 888daa11b289f1643d5bb159733005433cdad31a (patch) | |
tree | 3acf20dc15c166f358416e1e459abd74243584ec /chef-config | |
parent | ab621a6151c309f7b9787c8c7134453ae6e04e36 (diff) | |
download | chef-888daa11b289f1643d5bb159733005433cdad31a.tar.gz |
Bump version of chef to 13.0.115 by Chef Versioner.v13.0.115
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 f49f3fdccb..15ccfb151c 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.114" + VERSION = "13.0.115" end # |