summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-26 08:44:52 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-26 08:44:52 +0000
commitbf7c0f9a698616da9c68adf6c0ca81f27456dc9d (patch)
treeaf515e6f420b888039e0ba6ae9393b31f31be465 /lib
parent49017cbea65bce877df413ded85a9230a9058275 (diff)
downloadchef-bf7c0f9a698616da9c68adf6c0ca81f27456dc9d.tar.gz
Bump version of chef to 12.14.36 by Chef Versioner.v12.14.36
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 c07c29bb66..737ad4f878 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.35"
+ VERSION = "12.14.36"
end
#