summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-25 00:10:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-25 00:10:12 +0000
commit9a94ad702f8456f0e934b59264c04ffe3a6a87cc (patch)
treedf04f90cba8b9339f9222b20df244b418998f284 /lib
parent6aa9764c249a8090170f8725cf8fe0cc0fbdfaa4 (diff)
downloadchef-9a94ad702f8456f0e934b59264c04ffe3a6a87cc.tar.gz
Bump version to 16.0.16 by Chef Expeditorv16.0.16
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 f0a57cb5f6..2038703476 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.15")
+ VERSION = Chef::VersionString.new("16.0.16")
end
#