diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-02-22 21:16:01 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-02-22 21:16:01 +0000 |
commit | da7e5ee1f93856d728d710274377ecb1c295e9bb (patch) | |
tree | b82f077b8895422b171a68d32135c7888fc08c31 /lib/chef/version.rb | |
parent | 55e632af0e9abfd33bc2f37d4bf0a0639b0d1487 (diff) | |
download | chef-da7e5ee1f93856d728d710274377ecb1c295e9bb.tar.gz |
Bump version to 15.0.171 by Chef Expeditorv15.0.171
Obvious fix; these changes are the result of automation not creative thinking.
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 a8a7a20bb0..e6233055bd 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("15.0.170") + VERSION = Chef::VersionString.new("15.0.171") end # |