summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-16 17:11:54 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-16 17:11:54 +0000
commit2a8897230935bc1fbf91a1adffa6655e5a6ef45c (patch)
tree6be3409b589c1ae3b3ba18f566aa3d17fb7d9360 /lib/chef/version.rb
parentb940cc52ef77b57ed6a5d82fc99141612719f9d9 (diff)
downloadchef-2a8897230935bc1fbf91a1adffa6655e5a6ef45c.tar.gz
Bump version of chef to 12.19.32 by Chef Versioner.v12.19.32
Diffstat (limited to 'lib/chef/version.rb')
-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 3887294145..e9ff7af8b1 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.19.31"
+ VERSION = "12.19.32"
end
#