diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-07 23:55:37 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-07 23:55:37 +0000 |
commit | 63f877629afe6c3060a6af411531fe962ce1fdb3 (patch) | |
tree | c40e7c43b22da7572e3d0fa83eeac06a2de9dfe9 /lib/chef | |
parent | 0a6e0b1a199a9ca50d9438a3d1ef69ad40d7eebf (diff) | |
download | chef-63f877629afe6c3060a6af411531fe962ce1fdb3.tar.gz |
Bump version to 17.0.84 by Chef Expeditorv17.0.84
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 d5792430d2..1c12e1e7d5 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("17.0.83") + VERSION = Chef::VersionString.new("17.0.84") end # |