summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-12 21:07:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-12 21:07:22 +0000
commitc957d409875f06746b987f423a500a387b56667f (patch)
tree9f5ae614d64baa4e7dfb69128ddc8fc0c5ea9ce4 /lib/chef/version.rb
parent4338395c4229f1d2c6e673fa2c3d43af11002e7c (diff)
downloadchef-c957d409875f06746b987f423a500a387b56667f.tar.gz
Bump version to 16.9.20 by Chef Expeditorv16.9.20
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 21c3faba2b..b8f702bf30 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.19")
+ VERSION = Chef::VersionString.new("16.9.20")
end
#