diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-09 20:21:49 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-09 20:21:49 +0000 |
commit | 822d730cd5b1524e80a5b5e26a0efc3b370d2fd3 (patch) | |
tree | 23b0c70061049fefbf1f30a7bf2ab5ff073ac1ac /lib | |
parent | f48de83d242a6034f91dbcaaf47335d845fcfd23 (diff) | |
download | chef-822d730cd5b1524e80a5b5e26a0efc3b370d2fd3.tar.gz |
Bump version of chef to 12.13.31 by Chef Versioner.v12.13.31
Diffstat (limited to 'lib')
-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 0302417ebc..287f9773c4 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.13.30" + VERSION = "12.13.31" end # |