diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 20:55:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 20:55:54 +0000 |
commit | f437983424d6794dd8bcadddd67b9c92ef5dc7f6 (patch) | |
tree | 7f66548faeddd998e2cd1d2aec65c864e9cd24ef /lib/chef/version.rb | |
parent | 4836ab45f96786e2ef07dc860eba266959336ed5 (diff) | |
download | chef-f437983424d6794dd8bcadddd67b9c92ef5dc7f6.tar.gz |
Bump version to 17.9.25 by Chef Expeditorv17.9.25
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 1b4451afa7..4b81fcd64e 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.9.24") + VERSION = Chef::VersionString.new("17.9.25") end # |