summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-03 22:12:15 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-03 22:12:15 +0000
commita00c701172f22bd332912ff17149892314d856ca (patch)
tree3b0ae1e2fa05a3d81cc3c867cc4eb51ba31f26a5 /lib/chef/version.rb
parent068042e70fc5e0d12c410506fd68fd978bf8b4bb (diff)
downloadchef-a00c701172f22bd332912ff17149892314d856ca.tar.gz
Bump version to 17.2.20 by Chef Expeditorv17.2.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 67e0b697c6..d125af2e90 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("17.2.19")
+ VERSION = Chef::VersionString.new("17.2.20")
end
#