summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-02 21:29:14 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-02 21:29:14 +0000
commit7d77c339a058cc923e3487d2e71ac6c4651e300c (patch)
treee038715937c55424c52992017838f4f27706d5ff /lib/chef/version.rb
parent69a4a165de3c9e3e6838c4801465b426c267233b (diff)
downloadchef-7d77c339a058cc923e3487d2e71ac6c4651e300c.tar.gz
Bump version of chef to 12.17.33 by Chef Versioner.v12.17.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 26233481cd..cb0ae1945d 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.17.32"
+ VERSION = "12.17.33"
end
#