summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-04 14:42:22 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-04 14:42:22 +0000
commitdb27c5675c8367fdf5615e507ddd35fac8420710 (patch)
tree2845378d1da2afc786cdd53c2c18fdc0c4f3b8f2 /lib/chef
parent9d047b8565c24bb5dfebeef24ecaa1680893fd32 (diff)
downloadchef-db27c5675c8367fdf5615e507ddd35fac8420710.tar.gz
Bump version of chef to 12.10.32 by Chef Versioner.v12.10.32
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5428ae19fc..61c8735ac0 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.10.31"
+ VERSION = "12.10.32"
end
#