summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-07 19:55:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-07 19:55:53 +0000
commit76c424a5f7912cd6765493e6b6f017b9a33a6108 (patch)
tree0ea8ffa0f6ca7a3a766aa30c5870ffd7ca82d5df /lib/chef
parent00c097c01d94595654d3c1c153326f99580119a2 (diff)
downloadchef-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.rb2
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
#