summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-17 18:42:26 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-17 18:42:26 +0000
commit51d1b7e2003bee7c03f363866743abd6c9b6750d (patch)
tree185824adfdcb4cbe6fa9b1d09fc01e55347f3835 /lib/chef
parent6003f2f82210163573076633c9cb3a64ea30a995 (diff)
downloadchef-51d1b7e2003bee7c03f363866743abd6c9b6750d.tar.gz
Bump version of chef to 12.18.36 by Chef Versioner.v12.18.36
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 6596342d01..fec0cef03a 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.18.35"
+ VERSION = "12.18.36"
end
#