diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-03 00:25:33 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-03 00:25:33 +0000 |
commit | e1cd3b3be2aa894b6dd50929efa85efd57610079 (patch) | |
tree | 711767a2b1be2a82a7fd6b40cf9d6622870d73fb /lib | |
parent | 4755f863b11a2aa717cfc53999cc005804428fd0 (diff) | |
download | chef-e1cd3b3be2aa894b6dd50929efa85efd57610079.tar.gz |
Bump version of chef to 12.17.35 by Chef Versioner.v12.17.35
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 2a0d0cdea9..bb5692b6c8 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.34" + VERSION = "12.17.35" end # |