summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-16 22:39:46 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-16 22:39:46 +0000
commitca10ffc524f6098736f36ddd1bfe32ebf00511ee (patch)
tree0e2a4c66a1809126c379a346d24697f8be764ef8 /lib
parentb835a68c52331547048e32844f1135718858bf79 (diff)
downloadchef-ca10ffc524f6098736f36ddd1bfe32ebf00511ee.tar.gz
Bump version to 15.7.20 by Chef Expeditorv15.7.20
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 3ac3227e3a..8b9118a7fb 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.7.19")
+ VERSION = Chef::VersionString.new("15.7.20")
end
#