diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-05-05 18:20:34 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-05-05 18:20:34 +0000 |
commit | 6413dde064bf816666082560a3e8935c538558e5 (patch) | |
tree | 2772c9d7f85198155cdf91c88ea9d0044b4948ae /lib | |
parent | e24f6d309685cc1effb89ea797e373e9b1b04b49 (diff) | |
download | chef-6413dde064bf816666082560a3e8935c538558e5.tar.gz |
Bump version of chef to 12.10.36 by Chef Versioner.v12.10.36
Diffstat (limited to 'lib')
-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 c4618f955a..16918cf25f 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.10.35" + VERSION = "12.10.36" end # |