summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-25 19:11:23 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-25 19:11:23 +0000
commit62685d92c141c903dea5223e30db50cd0c955543 (patch)
tree6154a80d910e713faed0ab42a62d9b56c7e5eb20 /lib
parent4aeb1f9d0af3431e4a2b6c2ebd3b82f5bb5b0a1b (diff)
downloadchef-62685d92c141c903dea5223e30db50cd0c955543.tar.gz
Bump version to 17.10.28 by Chef Expeditorv17.10.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 2ec4d353d9..8361074369 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.10.27")
+ VERSION = Chef::VersionString.new("17.10.28")
end
#