summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-03 22:02:02 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-03 22:02:02 +0000
commita155e20e796e16902498634efe9798b135395d9a (patch)
treea7cd6a3b0d830b871cceafa62f83faf2e98a562e /lib/chef
parent9441dcaa99160bfcd7d8ea3eda7b10597fd70163 (diff)
downloadchef-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.rb2
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
#