diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-14 15:14:12 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-14 15:14:12 +0000 |
commit | c408c44fe5a6eba8b3c74f7333acb0c55a43ebd9 (patch) | |
tree | 350abe2f571af0a0d7ce5e483147cd5b35a8d2f1 /lib/chef | |
parent | 7d7cb6e6c8f0385c5bc0a4ff8a100e673cafb220 (diff) | |
download | chef-c408c44fe5a6eba8b3c74f7333acb0c55a43ebd9.tar.gz |
Bump version to 14.0.201 by Expeditorv14.0.201
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 035f27f289..0371cd4570 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.200") + VERSION = Chef::VersionString.new("14.0.201") end # |