summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-04 22:23:39 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-04 22:23:39 +0000
commit0f5e73eebbb509750a380ccddfaf112ba415dd4a (patch)
treec6ab4584898ed8887e6b677b8dc1d87af979d9a7 /lib/chef/version.rb
parent11370ea1adf262fe9a3efe7238b7c699246a0d39 (diff)
downloadchef-0f5e73eebbb509750a380ccddfaf112ba415dd4a.tar.gz
Bump version of chef to 12.10.33 by Chef Versioner.v12.10.33
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 61c8735ac0..1afc811da1 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.32"
+ VERSION = "12.10.33"
end
#