summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-25 23:42:28 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-25 23:42:28 +0000
commit63633cc1ddfbf79ff77e97376184e2d27b954678 (patch)
tree693643ae40c9039f2cd7f625c2e8a0f63bb6166a /lib
parent6655b02af9b63caed67fd839d0437bb8b828a56b (diff)
downloadchef-63633cc1ddfbf79ff77e97376184e2d27b954678.tar.gz
Bump version to 16.0.83 by Chef Expeditorv16.0.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 9216acd06f..ed17b147a6 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.82")
+ VERSION = Chef::VersionString.new("16.0.83")
end
#