diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-18 16:43:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-18 16:43:51 +0000 |
commit | add6fa55de64903fba48f443d7bb61bffe1a15ff (patch) | |
tree | cdaea122b67ffff22cf1cc75666e57cfdc9998cc /lib | |
parent | 994a4909addc0636bef7676d46758206e2081907 (diff) | |
download | chef-add6fa55de64903fba48f443d7bb61bffe1a15ff.tar.gz |
Bump version to 16.9.21 by Chef Expeditorv16.9.21
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 b8f702bf30..0b4bf8fdef 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.9.20") + VERSION = Chef::VersionString.new("16.9.21") end # |