diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-16 17:28:15 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-16 17:28:15 +0000 |
commit | a17be0f1c1d073f0619328d6a0971bbebf845e6a (patch) | |
tree | 75567ddc634003e12f6e1277d2bc387c9a60dd81 /lib | |
parent | af1332711139cade37104169e943e290c6c00362 (diff) | |
download | chef-a17be0f1c1d073f0619328d6a0971bbebf845e6a.tar.gz |
Bump version of chef to 12.17.13 by Chef Versioner.v12.17.13
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 46087ad8a8..159173d085 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.17.12" + VERSION = "12.17.13" end # |