diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:19:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:19:31 +0000 |
commit | da9807a1f1e86ba2d866022c2a69be089bcd4801 (patch) | |
tree | af438b9a89020826513e00e622a0afa61e8de142 /lib | |
parent | 34cdeb3a1f233c525b5f07f12425990ea0f3aa10 (diff) | |
download | chef-da9807a1f1e86ba2d866022c2a69be089bcd4801.tar.gz |
Bump version to 16.17.20 by Chef Expeditorv16.17.20
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 91f79137f1..9a3d0b53c9 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("16.17.19") + VERSION = Chef::VersionString.new("16.17.20") end # |