diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-27 20:55:58 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-27 20:55:58 +0000 |
commit | 498799b08b1d2dcf2a4d4002d3d2e00707afd6d2 (patch) | |
tree | c77fc49761adab9cb4faebd00079670aeddaa6d6 /lib | |
parent | f32b2b69a7cd63ae60537529d6a7e4c883c6f993 (diff) | |
download | chef-498799b08b1d2dcf2a4d4002d3d2e00707afd6d2.tar.gz |
Bump version to 16.0.254 by Chef Expeditorv16.0.254
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 ffa5ae0e1e..9db20a9ced 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.253") + VERSION = Chef::VersionString.new("16.0.254") end # |