summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-06 19:29:31 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-06 19:29:31 +0000
commit873f8592c06235e2102745de87f976c33be06709 (patch)
treee41c094eb388a0e3cee615bb2b524ecb641ace12 /lib/chef
parent641f8f1ede5d026c2bc4ac7107a8a5867bea1d6d (diff)
downloadchef-873f8592c06235e2102745de87f976c33be06709.tar.gz
Bump version to 16.2.82 by Chef Expeditorv16.2.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 4e467cfdc5..fe6e0f5353 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.2.81")
+ VERSION = Chef::VersionString.new("16.2.82")
end
#