diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-23 17:18:38 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-23 17:18:38 +0000 |
commit | 55260569f085a39467c97a3a66e7d3b68ff6295b (patch) | |
tree | 0d07688cd1a0dad21eaba47cf676c5e5de58aee1 /lib/chef/version.rb | |
parent | 5d10babc7abe54cf556c2edfd12c6376894e1350 (diff) | |
download | chef-55260569f085a39467c97a3a66e7d3b68ff6295b.tar.gz |
Bump version to 16.0.151 by Chef Expeditorv16.0.151
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 9a6627c4ba..ec5ddf6bde 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.150") + VERSION = Chef::VersionString.new("16.0.151") end # |