diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-14 15:15:19 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-14 15:15:19 +0000 |
commit | 7c1c0b125689526f559970a45e869ae967d2b3e3 (patch) | |
tree | f8a2b0b7841075f635d17011095c7b0ec0c0fdef /lib/chef | |
parent | 3770466481559b92f9200a92590a02cffaa6c594 (diff) | |
download | chef-7c1c0b125689526f559970a45e869ae967d2b3e3.tar.gz |
Bump version to 14.0.202 by Expeditorv14.0.202
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 0371cd4570..523400e332 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.201") + VERSION = Chef::VersionString.new("14.0.202") end # |