diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-11 02:21:50 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-11 02:21:50 +0000 |
commit | 0e6038ace22f33bdf36cea047e8af98c0b440d8f (patch) | |
tree | a2dd6b8f31ec8c1dc10ef3bcb3eda7916f27d42e /lib/chef | |
parent | cb600f97ec7aed6e5edf02c75f76b9eae3635142 (diff) | |
download | chef-0e6038ace22f33bdf36cea047e8af98c0b440d8f.tar.gz |
Bump version to 17.0.89 by Chef Expeditorv17.0.89
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 12d50cd8a9..19aa48c8c1 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("17.0.88") + VERSION = Chef::VersionString.new("17.0.89") end # |