diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-05 11:11:06 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-05 11:11:06 +0000 |
commit | f330975b622a1f15bde8f0b2a9a4f8a9e95d0d50 (patch) | |
tree | 8d67611d7e5167f0a40ea17bf51533a6f16e7b3d /lib/chef/version.rb | |
parent | 0c14a50be9e728dc7956717c26166e63bd99d8bb (diff) | |
download | chef-f330975b622a1f15bde8f0b2a9a4f8a9e95d0d50.tar.gz |
Bump version of chef to 12.17.36 by Chef Versioner.v12.17.36
Diffstat (limited to 'lib/chef/version.rb')
-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 bb5692b6c8..1e0f7a1db1 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.17.35" + VERSION = "12.17.36" end # |