summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-08 05:24:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-08 05:24:51 +0000
commit75d7cb93d0987b1017b1a2bc9f947fc8d06b2d66 (patch)
tree23d952fb2ca1f79f9938adcf85bd944322aa9f8d /lib
parent84d62a0740854e70a4d01df2fdd7da1bc0141bea (diff)
downloadchef-75d7cb93d0987b1017b1a2bc9f947fc8d06b2d66.tar.gz
Bump version to 17.2.27 by Chef Expeditorv17.2.27
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 651124a0a8..68a3bf5448 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.2.26")
+ VERSION = Chef::VersionString.new("17.2.27")
end
#