diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-26 21:03:27 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-26 21:03:27 +0000 |
commit | 478e900dd00d0cd565d00930a257b53e741d2b7d (patch) | |
tree | ce936f5bba04e0ccc60ba0ab5ba13ad05b7a897a /lib | |
parent | df927bec7d28bb72f0a7e65cbafa6455b280a4c3 (diff) | |
download | chef-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')
-rw-r--r-- | lib/chef/version.rb | 2 |
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 # |