summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-17 17:16:09 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-17 17:16:09 +0000
commit22c77935d12567af1627202b8b26a52936bd3a58 (patch)
treef634381ac12e334b0dba30a89dd962ea9df8207a /lib/chef/version.rb
parentb760641829db5fa0abf23a7caddd44e095a38361 (diff)
downloadchef-22c77935d12567af1627202b8b26a52936bd3a58.tar.gz
Bump version to 16.15.20 by Chef Expeditorv16.15.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 7f292b157f..eef7b545d5 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.15.19")
+ VERSION = Chef::VersionString.new("16.15.20")
end
#