diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-01 21:18:19 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-01 21:18:19 +0000 |
commit | 88269ebd629775c625b121709991ebc76d9c0fa4 (patch) | |
tree | 24a98f1592948c42ce868ba246e71196a8945394 /lib/chef | |
parent | 76dd752ac2641faf4c24c802762a3b9970882a8c (diff) | |
download | chef-88269ebd629775c625b121709991ebc76d9c0fa4.tar.gz |
Bump version of chef to 12.17.32 by Chef Versioner.v12.17.32
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 3c0ddfe69f..26233481cd 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.31" + VERSION = "12.17.32" end # |