diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-11 05:14:53 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-11 05:14:53 +0000 |
commit | 323070f4277399c5b910f9beb330425236f8cdbb (patch) | |
tree | 977a4b01f52cce5a207388568fee27ab97cc9728 /lib/chef | |
parent | 91a14d0333d14c3ee8956a71fac765e89944cc99 (diff) | |
download | chef-323070f4277399c5b910f9beb330425236f8cdbb.tar.gz |
Bump version to 17.0.90 by Chef Expeditorv17.0.90
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 19aa48c8c1..6cb3cc2458 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.89") + VERSION = Chef::VersionString.new("17.0.90") end # |