diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-10-21 09:01:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-10-21 09:01:44 +0000 |
commit | 5671ffff35d52d2740701fac7cb1612a75650252 (patch) | |
tree | faf3e4c2ee423c833362932268c895ab7439a45c /lib | |
parent | d525dfc055d2c9cf3696c4921609ae5810b52c06 (diff) | |
download | chef-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.rb | 2 |
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 # |