summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-23 07:06:57 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-23 07:06:57 +0000
commit48db22f355b5f54f7227da81add48dd79def4ab7 (patch)
tree57763cd29fcf5676d8b69a9736c594afa7e02b42 /lib/chef
parent050bcf0baf0bbad5045da00903467a6bb33244c1 (diff)
downloadchef-48db22f355b5f54f7227da81add48dd79def4ab7.tar.gz
Bump version to 16.3.28 by Chef Expeditorv16.3.28
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 b47d71105b..e50d8f73af 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.3.27")
+ VERSION = Chef::VersionString.new("16.3.28")
end
#