summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-25 21:33:38 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-25 21:33:38 +0000
commit372ce32577b49a499638a58d4f38ffbaab7640aa (patch)
tree9c9a5593bad4cbe70d27c0b601e1dae9341da193 /lib/chef
parenta9cd3999e2358057108ff4613addccf5a6ab50f1 (diff)
downloadchef-372ce32577b49a499638a58d4f38ffbaab7640aa.tar.gz
Bump version to 16.0.82 by Chef Expeditorv16.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 a4ce423a22..9216acd06f 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.0.81")
+ VERSION = Chef::VersionString.new("16.0.82")
end
#