diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-03 22:02:02 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-03 22:02:02 +0000 |
commit | a155e20e796e16902498634efe9798b135395d9a (patch) | |
tree | a7cd6a3b0d830b871cceafa62f83faf2e98a562e /lib/chef | |
parent | 9441dcaa99160bfcd7d8ea3eda7b10597fd70163 (diff) | |
download | chef-a155e20e796e16902498634efe9798b135395d9a.tar.gz |
Bump version of chef to 12.16.41 by Chef Versioner.v12.16.41allow-tokenless-chef-solo-data-collector
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 c9850bcd99..7d65325c32 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.40" + VERSION = "12.16.41" end # |