summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-24 22:49:33 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-24 22:49:33 +0000
commitdd3ba2a80cbc5dd991800f1529240c7d9e6cc94c (patch)
tree6c8a54494d51e9d83b7cc36947a9be23d70d644c /lib/chef/version.rb
parentbafbc7672d3c293f1bbcef41c4f885023688a127 (diff)
downloadchef-dd3ba2a80cbc5dd991800f1529240c7d9e6cc94c.tar.gz
Bump version of chef to 12.14.33 by Chef Versioner.v12.14.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 f100864335..682c1b3dea 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.14.32"
+ VERSION = "12.14.33"
end
#