summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-24 22:47:33 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-24 22:47:33 +0000
commit2a91b00553d4357396d323fe2575109656b214d7 (patch)
tree06e284b731eb99b94cd8930ed6ba5084a5185b46 /lib/chef/version.rb
parentfca4a9a87174bbcf1931ef3c727d17dc7a689eb0 (diff)
downloadchef-2a91b00553d4357396d323fe2575109656b214d7.tar.gz
Bump version to 17.4.28 by Chef Expeditorv17.4.28
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 2a73c3de04..e6f24a487b 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("17.4.27")
+ VERSION = Chef::VersionString.new("17.4.28")
end
#