summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-29 14:07:44 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-29 14:07:44 +0000
commit7fa458ad8fd0f428087449f79cc26b1d33cf50c6 (patch)
treebadc8d7979bcb66fad2df14dd69cd08182c124b3 /lib
parent65ecba03f4212026b03d486807da8f28119784e2 (diff)
downloadchef-7fa458ad8fd0f428087449f79cc26b1d33cf50c6.tar.gz
Bump version of chef to 12.14.40 by Chef Versioner.v12.14.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 48af21b87b..7a99a162d7 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.14.39"
+ VERSION = "12.14.40"
end
#