diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-12 10:52:46 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-12 10:52:46 +0000 |
commit | ab925fafeb74cb9dc34dd3e4add1ac070dd70cc9 (patch) | |
tree | 407ba43d3a03f4bebc64d02779f2ffaa0f3b1307 /chef-config/lib | |
parent | ebe117f26a85b32680f6c4c1feee949d78418e89 (diff) | |
download | chef-ab925fafeb74cb9dc34dd3e4add1ac070dd70cc9.tar.gz |
Bump version of chef to 13.1.15 by Chef Versioner.v13.1.15
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 931c84caa3..8c37c759bf 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.14" + VERSION = "13.1.15" end # |