summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-15 21:10:07 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-15 21:10:07 +0000
commit01015cc4b5711edcd4eab4378753f1594d3fc1ec (patch)
tree09ec16568a90eb0ac7dbeed1544db662be191c98 /lib/chef
parent42e19d2764526a8e3dbf1e23fbff6c0a92ec469e (diff)
downloadchef-01015cc4b5711edcd4eab4378753f1594d3fc1ec.tar.gz
Bump version of chef to 12.13.41 by Chef Versioner.v12.13.41
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 0c20705f2e..f97d3b9b3e 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.13.40"
+ VERSION = "12.13.41"
end
#