diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-07 16:23:04 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-07 16:23:06 +0000 |
commit | 842d55bd6ec6194428dd1eb6857f0bfa7097bc8a (patch) | |
tree | 8d5aef73e1c6aa722116694ff407e17f77785bc4 /lib | |
parent | 96406e06f0eb06281c6eb62a2bed9ebd0b3d5a8e (diff) | |
download | chef-842d55bd6ec6194428dd1eb6857f0bfa7097bc8a.tar.gz |
Bump version to 16.0.190 by Chef Expeditorv16.0.190
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 6ac012e59c..75f380e1de 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.189") + VERSION = Chef::VersionString.new("16.0.190") end # |