summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-01 15:41:46 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-01 15:41:46 +0000
commitf15c94e0dfc9ceb577041b6d5b647ff2e8f0fe7d (patch)
treec3278995a0f48a0d6438e7b0694a095a204c8c72 /lib
parentad14362fe3c7b1a67aeca43328705c97c9c9c3cb (diff)
downloadchef-f15c94e0dfc9ceb577041b6d5b647ff2e8f0fe7d.tar.gz
Bump version of chef to 12.16.32 by Chef Versioner.v12.16.32
Diffstat (limited to 'lib')
-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 88cb8f8097..7b6befc381 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.16.31"
+ VERSION = "12.16.32"
end
#