diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-24 22:49:33 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-24 22:49:33 +0000 |
commit | dd3ba2a80cbc5dd991800f1529240c7d9e6cc94c (patch) | |
tree | 6c8a54494d51e9d83b7cc36947a9be23d70d644c /lib/chef/version.rb | |
parent | bafbc7672d3c293f1bbcef41c4f885023688a127 (diff) | |
download | chef-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.rb | 2 |
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 # |