diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-07 17:52:30 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-07 17:52:30 +0000 |
commit | 3936e6a62c0caac84a9b8f882a7b66ce92c5708a (patch) | |
tree | f624ad9a701a761ba9ced971d89474d94f892674 /lib | |
parent | 53445eaf7ff307a28bef69af64980b7ae49d0f00 (diff) | |
download | chef-3936e6a62c0caac84a9b8f882a7b66ce92c5708a.tar.gz |
Bump version to 17.2.25 by Chef Expeditorv17.2.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 600360da38..94aa23c20f 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.2.24") + VERSION = Chef::VersionString.new("17.2.25") end # |