diff options
| author | Chef Expeditor <chef-ci@chef.io> | 2020-07-31 20:08:41 +0000 |
|---|---|---|
| committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-31 20:08:41 +0000 |
| commit | d9519dbbfb3927e5fb6228ed435778dbd103a24f (patch) | |
| tree | 1a876de9076320f7c98a99f842f66d93f39aebc0 /lib/chef/version.rb | |
| parent | e0ce82caac6a27ccdb69b0445cfd2e84496e73a4 (diff) | |
| download | chef-d9519dbbfb3927e5fb6228ed435778dbd103a24f.tar.gz | |
Bump version to 16.3.54 by Chef Expeditorv16.3.54
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 115e755c08..0968d5a763 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("..", __dir__) - VERSION = Chef::VersionString.new("16.3.53") + VERSION = Chef::VersionString.new("16.3.54") end # |
