summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-22 22:39:27 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-22 22:39:27 +0000
commit7cccce14c33bb3556b384d93e97a766fcd25d21d (patch)
tree79ecc7453fd4d3c008bc11d4e0d80937df1245bc /lib
parentd2d08a65d31c7531d3edc82f8fa48965564b9bf3 (diff)
downloadchef-7cccce14c33bb3556b384d93e97a766fcd25d21d.tar.gz
Bump version to 15.0.86 by Chef Expeditorv15.0.86
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 bebde2118a..9753d8b73a 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.85")
+ VERSION = Chef::VersionString.new("15.0.86")
end
#