summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-15 07:25:45 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-15 07:25:45 +0000
commit698aef02c25c7bfc57ac1e0c950fa627309350d2 (patch)
tree9432f3bade6ea18342759a9b1e517fb8e1ed8bf4 /lib
parent897a54a44d8a77332bd8acfab807a07bba4cf875 (diff)
downloadchef-698aef02c25c7bfc57ac1e0c950fa627309350d2.tar.gz
Bump version of chef to 13.0.40 by Chef Versioner.v13.0.40
Diffstat (limited to 'lib')
-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 84d97672cd..ecddcec8a7 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.39"
+ VERSION = "13.0.40"
end
#