diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-25 16:38:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-25 16:38:32 +0000 |
commit | 62b64d0d9f27cc138091503069b9b07f5097ae62 (patch) | |
tree | eb4a06ac1e2d6a47f315310568b2ba03caedeb6a /lib/chef | |
parent | c9cf725ebe0ef731f32a96f4bf4114a5b97548b7 (diff) | |
download | chef-62b64d0d9f27cc138091503069b9b07f5097ae62.tar.gz |
Bump version to 16.0.244 by Chef Expeditorv16.0.244
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 1f033d001b..4808997828 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.243") + VERSION = Chef::VersionString.new("16.0.244") end # |