diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-20 04:55:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-20 04:55:22 +0000 |
commit | 5528bc658301f1b0e5ed54a2ae9617c436a1ae5e (patch) | |
tree | 66c7ae4b4f4a9101071d1ff07282db5f2e257ca8 /lib | |
parent | 9d3367dc2d80116f7737cc3a11b9bccba15583c1 (diff) | |
download | chef-5528bc658301f1b0e5ed54a2ae9617c436a1ae5e.tar.gz |
Bump version to 16.9.25 by Chef Expeditorv16.9.25
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 589f1cb53f..3cac965b14 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.9.24") + VERSION = Chef::VersionString.new("16.9.25") end # |