diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-21 18:08:34 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-21 18:08:34 +0000 |
commit | 9965f280523f0cf467906615dc90d416a3621a57 (patch) | |
tree | ddf73c19b49cc7e590bde9f15de0b68b773efe90 /lib/chef/version.rb | |
parent | a89c7d946b98daf95d38837d40068b249a67a154 (diff) | |
download | chef-9965f280523f0cf467906615dc90d416a3621a57.tar.gz |
Bump version of chef to 12.14.86 by Chef Versioner.v12.14.86
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 d779de7dcb..1dd65a5e94 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.14.85" + VERSION = "12.14.86" end # |