summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-06 23:33:09 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-06 23:33:09 +0000
commit3e9e6d41a31bd1ac932f7f4100102466b4fdfe05 (patch)
tree469ddecd5283378604278c6bf8b549f7b7d3a551 /lib
parent293e9ebf31ec6912aaf78d5563a417d859aa78dd (diff)
downloadchef-3e9e6d41a31bd1ac932f7f4100102466b4fdfe05.tar.gz
Bump version to 16.2.83 by Chef Expeditorv16.2.83
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 fe6e0f5353..9971d88a15 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.82")
+ VERSION = Chef::VersionString.new("16.2.83")
end
#