summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-20 19:06:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-20 19:06:39 +0000
commitcaf0a49fad4efb89c84d0982ac4fe602e33308ed (patch)
treebb384757d1cad2375332700e57fbb41fe2e36190 /lib
parent2b1e94d1a9c5f6410761379e119eb8425a334726 (diff)
downloadchef-caf0a49fad4efb89c84d0982ac4fe602e33308ed.tar.gz
Bump version to 16.13.28 by Chef Expeditorv16.13.28
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 0acb2d082a..0e4ca62307 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.13.27")
+ VERSION = Chef::VersionString.new("16.13.28")
end
#