summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-26 21:03:27 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-26 21:03:27 +0000
commit478e900dd00d0cd565d00930a257b53e741d2b7d (patch)
treece936f5bba04e0ccc60ba0ab5ba13ad05b7a897a /lib/chef/version.rb
parentdf927bec7d28bb72f0a7e65cbafa6455b280a4c3 (diff)
downloadchef-478e900dd00d0cd565d00930a257b53e741d2b7d.tar.gz
Bump version to 16.0.86 by Chef Expeditorv16.0.86
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 3d875cca65..910fe28ae9 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("16.0.85")
+ VERSION = Chef::VersionString.new("16.0.86")
end
#