diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-24 18:09:15 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-24 18:09:15 +0000 |
commit | dabb4a8bb027b63bb555acb5a057df1ccf5a5584 (patch) | |
tree | 24e754f9403af841da9eb0691ce21b0bed376b4f /lib/chef | |
parent | 8857916e1a0854b5a0dccfcf0724f461ddf50844 (diff) | |
download | chef-dabb4a8bb027b63bb555acb5a057df1ccf5a5584.tar.gz |
Bump version to 16.0.75 by Chef Expeditorv16.0.75
Obvious fix; these changes are the result of automation not creative thinking.
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 e9289f8628..a891c4cf60 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.74") + VERSION = Chef::VersionString.new("16.0.75") end # |