diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-19 11:52:01 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-19 11:52:01 +0000 |
commit | f3698119a48d4706bccd4767f3c50f0820f9ae5c (patch) | |
tree | 82ed754014689fab2f450fb71193ca463c29a216 /lib/chef | |
parent | 426d30762bdeb9d5a64d8e64ea3454a523e2f6af (diff) | |
download | chef-f3698119a48d4706bccd4767f3c50f0820f9ae5c.tar.gz |
Bump version to 14.0.206 by Expeditorv14.0.206
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 5746e02e20..310636e71b 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.0.205") + VERSION = Chef::VersionString.new("14.0.206") end # |