diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-17 18:42:26 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-17 18:42:26 +0000 |
commit | 51d1b7e2003bee7c03f363866743abd6c9b6750d (patch) | |
tree | 185824adfdcb4cbe6fa9b1d09fc01e55347f3835 /lib/chef | |
parent | 6003f2f82210163573076633c9cb3a64ea30a995 (diff) | |
download | chef-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.rb | 2 |
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 # |