diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-26 18:43:52 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-26 18:43:52 +0000 |
commit | 758258b719337cd19ce64cdff5345b5dfe0ad286 (patch) | |
tree | e6a51f4b5e5d1916ecfd6d1acfc5668d886c9a56 /lib/chef | |
parent | 827918170ea18171577cd14bfaae6ae2118b48d0 (diff) | |
download | chef-758258b719337cd19ce64cdff5345b5dfe0ad286.tar.gz |
Bump version to 14.0.164 by Expeditorv14.0.164
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 beec856d66..3e6b6d51e1 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.163") + VERSION = Chef::VersionString.new("14.0.164") end # |