diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-08 02:26:59 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-08 02:26:59 +0000 |
commit | a7785683f2cc33af3a47898458cfd8b8a1239a69 (patch) | |
tree | 23cfb49d8b5fcc1b49eb3a85ac0ea8a27ea2affa /lib | |
parent | e68039c2b5bf26340554bb8f0923da5765c089cc (diff) | |
download | chef-a7785683f2cc33af3a47898458cfd8b8a1239a69.tar.gz |
Bump version to 16.2.89 by Chef Expeditorv16.2.89
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 86cad77b81..546f3b8f4d 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("..", __dir__) - VERSION = Chef::VersionString.new("16.2.88") + VERSION = Chef::VersionString.new("16.2.89") end # |