summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-21 09:01:44 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-21 09:01:44 +0000
commit5671ffff35d52d2740701fac7cb1612a75650252 (patch)
treefaf3e4c2ee423c833362932268c895ab7439a45c /lib
parentd525dfc055d2c9cf3696c4921609ae5810b52c06 (diff)
downloadchef-5671ffff35d52d2740701fac7cb1612a75650252.tar.gz
Bump version to 17.10.27 by Chef Expeditorv17.10.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 1931cb7c65..2ec4d353d9 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.26")
+ VERSION = Chef::VersionString.new("17.10.27")
end
#