diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-29 05:34:13 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-29 05:34:13 +0000 |
commit | 841a8a9f667e0499af34abc9f31b46b112852b66 (patch) | |
tree | 1d5f537b1ec46c71d76fd8e0419c4d270e6c8e6a /lib/chef | |
parent | 7e5e5820ad5865c91f962b2c2fbf8fc0f40e0867 (diff) | |
download | chef-841a8a9f667e0499af34abc9f31b46b112852b66.tar.gz |
Bump version to 14.0.176 by Expeditorv14.0.176
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 780cc5149f..7e00903c4e 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.175") + VERSION = Chef::VersionString.new("14.0.176") end # |