summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-10 21:58:56 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-10 21:58:56 +0000
commitbf10b256c55d6b10d83837edeb72f0d908858b3e (patch)
treed891e882c112c2d30af21728348d06b1d051e45f /lib
parent4b75c10628807725dde9ad0a16b02648445179e8 (diff)
downloadchef-bf10b256c55d6b10d83837edeb72f0d908858b3e.tar.gz
Bump version of chef to 12.13.33 by Chef Versioner.v12.13.33
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 001d3dbb26..652bd17a14 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.13.32"
+ VERSION = "12.13.33"
end
#