diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-07 19:55:53 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-07 19:55:53 +0000 |
commit | 76c424a5f7912cd6765493e6b6f017b9a33a6108 (patch) | |
tree | 0ea8ffa0f6ca7a3a766aa30c5870ffd7ca82d5df /lib/chef | |
parent | 00c097c01d94595654d3c1c153326f99580119a2 (diff) | |
download | chef-76c424a5f7912cd6765493e6b6f017b9a33a6108.tar.gz |
Bump version to 17.0.82 by Chef Expeditorv17.0.82
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 70d4ffdc4f..8a6e0fc07b 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.81") + VERSION = Chef::VersionString.new("17.0.82") end # |