summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 21:04:49 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 21:04:49 +0000
commit7d303613e78b77c2a94d1b374550b42bbe6f1d30 (patch)
tree3e3fbac0398bd21b6ea4f21acd637ce8b71ea7e6 /lib
parent96d5974ffceb51dfdea872356ff96798a50f68c2 (diff)
downloadchef-7d303613e78b77c2a94d1b374550b42bbe6f1d30.tar.gz
Bump version to 17.9.27 by Chef Expeditorv17.9.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 1c21bffc97..42167a4986 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.9.26")
+ VERSION = Chef::VersionString.new("17.9.27")
end
#