diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-28 08:38:34 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-28 08:38:34 +0000 |
commit | 2dfe178a1b01a55cc9e2269a94f1af72b61a3153 (patch) | |
tree | 148648ab7f8624232060d2062252365cb9ad8185 /lib/chef | |
parent | cc251faa16ccd8850b5a0a415308c7209f7648c5 (diff) | |
download | chef-2dfe178a1b01a55cc9e2269a94f1af72b61a3153.tar.gz |
Bump version of chef to 13.1.7 by Chef Versioner.v13.1.7
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index d60c7114da..2e8b54ac65 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.1.6" + VERSION = "13.1.7" end # |