diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-04 18:51:53 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-04 18:51:53 +0000 |
commit | f55bddb5364d0d41fa1a2f5adbd3aa16aed5a3c0 (patch) | |
tree | 4e9d86b0226a57aea596aac3ad014dc6b695beed /lib/chef/version.rb | |
parent | 3169ce7739d339e80af636da7fc548f888a2b0ce (diff) | |
download | chef-f55bddb5364d0d41fa1a2f5adbd3aa16aed5a3c0.tar.gz |
Bump version to 16.0.183 by Chef Expeditorv16.0.183
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 d634e375d2..dec71ae8ca 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.182") + VERSION = Chef::VersionString.new("16.0.183") end # |