diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-01 17:46:03 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-01 17:46:03 +0000 |
commit | a7145cdadc00041a6877d05e6deb0dbe42281b76 (patch) | |
tree | 31e47b5ddea200cd8fce91c0b4bc515de8de65c0 /lib | |
parent | cfb6e4066dd74b545a89cb51c4d20b312b396f1d (diff) | |
download | chef-a7145cdadc00041a6877d05e6deb0dbe42281b76.tar.gz |
Bump version of chef to 12.16.38 by Chef Versioner.v12.16.38
Diffstat (limited to 'lib')
-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 695a07281c..8b99483c26 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.16.37" + VERSION = "12.16.38" end # |