summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 16:54:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 16:54:47 +0000
commita6064c0dcd9050105493c0d7b6cd3827851a035b (patch)
tree26f41755d6f4dd1af03536519e8aa76c7d5b1570 /lib
parent5876d17db6e7506eea99774a1c19c816d2de596f (diff)
downloadchef-a6064c0dcd9050105493c0d7b6cd3827851a035b.tar.gz
Bump version to 16.16.13 by Chef Expeditorv16.16.13
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 09ccbc7b5b..ef5a481782 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.16.12")
+ VERSION = Chef::VersionString.new("16.16.13")
end
#