summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-18 16:43:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-18 16:43:51 +0000
commitadd6fa55de64903fba48f443d7bb61bffe1a15ff (patch)
treecdaea122b67ffff22cf1cc75666e57cfdc9998cc /lib/chef/version.rb
parent994a4909addc0636bef7676d46758206e2081907 (diff)
downloadchef-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/chef/version.rb')
-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 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
#