summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-27 15:56:08 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-27 15:56:08 +0000
commit296bebd04c8138dbf7bb2afa0e5c082a8417b598 (patch)
tree159edca5a8634144ad0f4bbf91460d3802ccff11 /lib/chef/version.rb
parent0aaf06e7e2b15158b565ffc43141d52be0c47a3a (diff)
downloadchef-296bebd04c8138dbf7bb2afa0e5c082a8417b598.tar.gz
Bump version to 15.7.0 by Chef Expeditorv15.7.0
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 5611fa2eab..9d01fdc32b 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.6.21")
+ VERSION = Chef::VersionString.new("15.7.0")
end
#