diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-12 16:06:14 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-12 16:06:14 +0000 |
commit | 82edefc9c48683df91b158ffc84ad54eebfbe9ce (patch) | |
tree | 5bd8c65f4e149a050034f1469d68b53318a2156d /chef-config/lib | |
parent | f94d08f048a0885288e3dcad22ddfced1fe96c50 (diff) | |
download | chef-82edefc9c48683df91b158ffc84ad54eebfbe9ce.tar.gz |
Bump version of chef to 13.1.16 by Chef Versioner.v13.1.16
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 8c37c759bf..29f5dca2bd 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.1.15" + VERSION = "13.1.16" end # |