diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-02 01:54:47 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-02 01:54:47 +0000 |
commit | 70d4c9601d37bf9a219e8d6ca8470e059a070795 (patch) | |
tree | c2da92d46051f3be73c61dd9eb06c55f6cfad9b6 /lib/chef/version.rb | |
parent | cc4e3e5d2c402faaf636f641be6947e2c0674e0b (diff) | |
download | chef-70d4c9601d37bf9a219e8d6ca8470e059a070795.tar.gz |
Bump version to 14.0.102 by Expeditorv14.0.102
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 1217ba75ec..a61748e413 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.101") + VERSION = Chef::VersionString.new("14.0.102") end # |