diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-26 14:26:19 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-26 14:26:19 +0000 |
commit | 5bdcb43fcb9f12098d6c8d64f8163aabf9108501 (patch) | |
tree | 45653367746a0f097d92bc3d8361a966d3afc5b4 /chef-config | |
parent | f017f451bf6ebdbc0ba42d41046b403ea97d66d9 (diff) | |
download | chef-5bdcb43fcb9f12098d6c8d64f8163aabf9108501.tar.gz |
Bump version of chef to 13.1.31 by Chef Versioner.v13.1.31
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 78d8f8c7e4..d4f831f0b4 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.30" + VERSION = "13.1.31" end # |