diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-17 18:29:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-17 18:29:35 +0000 |
commit | 866991252303e1f41ec8008b6ed137bb3724e216 (patch) | |
tree | 3769fda73d8ef2a82ae62212c67b6569cf3cc059 /lib/chef | |
parent | 79a78431b80903b6773b679ddef34dc2afd03775 (diff) | |
download | chef-866991252303e1f41ec8008b6ed137bb3724e216.tar.gz |
Bump version of chef to 12.18.35 by Chef Versioner.v12.18.35
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 4b1271ee11..6596342d01 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.34" + VERSION = "12.18.35" end # |