diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-17 01:01:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-17 01:01:07 +0000 |
commit | a9bf78e46ae677479e0a4f0dcf313f66fee55f3f (patch) | |
tree | a5ed5ab96c5d22bf5e2593cafa7ae56f0b82d13e /lib/chef/version.rb | |
parent | 6020c958959df374fdbf0a7e14b308e03564e749 (diff) | |
download | chef-a9bf78e46ae677479e0a4f0dcf313f66fee55f3f.tar.gz |
Bump version to 17.0.107 by Chef Expeditorv17.0.107
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 f79bcf25a3..c57b8b1435 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.0.106") + VERSION = Chef::VersionString.new("17.0.107") end # |