summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-26 02:29:48 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-26 02:29:48 +0000
commit89ac2a865cd4d403136a426130f4de77dd0dba20 (patch)
treee3e4b1b14594342229893f70435c9cfcd3998c8b /lib
parent92f813f47fda6668094612944ee994c2eea03f1b (diff)
downloadchef-89ac2a865cd4d403136a426130f4de77dd0dba20.tar.gz
Bump version to 16.5.16 by Chef Expeditorv16.5.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 5854ceacbd..0cceaef545 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("..", __dir__)
- VERSION = Chef::VersionString.new("16.5.15")
+ VERSION = Chef::VersionString.new("16.5.16")
end
#