diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-24 02:53:46 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-24 02:53:46 +0000 |
commit | 7ed29654c4adf43efbdddd2dccc5afb014c88cca (patch) | |
tree | 432d1c4c35e6b263d4151fdc47e054ad4daefc3b /lib/chef | |
parent | b797dcc7f6bbedfcf527c0b0af9c06fcc6202896 (diff) | |
download | chef-7ed29654c4adf43efbdddd2dccc5afb014c88cca.tar.gz |
Bump version of chef to 12.14.96 by Chef Versioner.v12.14.96
Diffstat (limited to 'lib/chef')
-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 7429120273..dc225cb544 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.95" + VERSION = "12.14.96" end # |